From 8da1c3874dfd915def53bb18b5375bf7a15f496d Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Thu, 10 Feb 2022 18:13:26 -0600 Subject: Skip another validation test. --- src/wix/test/WixToolsetTest.Sdk/MsbuildFixture.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wix/test/WixToolsetTest.Sdk/MsbuildFixture.cs b/src/wix/test/WixToolsetTest.Sdk/MsbuildFixture.cs index 95706eaa..c94513b9 100644 --- a/src/wix/test/WixToolsetTest.Sdk/MsbuildFixture.cs +++ b/src/wix/test/WixToolsetTest.Sdk/MsbuildFixture.cs @@ -355,7 +355,7 @@ namespace WixToolsetTest.Sdk } } - [Theory] + [Theory(Skip = "Flaky")] [InlineData(BuildSystem.DotNetCoreSdk)] [InlineData(BuildSystem.MSBuild)] [InlineData(BuildSystem.MSBuild64)] -- cgit v1.2.3-55-g6feb