Skip to content

Commit 97f36ae

Browse files
committed
Disable EnvironmentTest as they are unreliable
1 parent 3cd4b6d commit 97f36ae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/CommonTK.Tests/ContextTest.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,11 @@ public void FinalizerCrashTest()
276276
Assert.Throws<KeyNotFoundException>(GetContext<DummyContext2>);
277277
}
278278

279-
[Fact]
280-
public void EnvironmentTest()
281-
{
282-
Assert.NotNull(Application.FullPath);
283-
Assert.Equal("testhost", Application.Name);
284-
Assert.NotNull(Application.BaseDirectory);
285-
}
279+
//[Fact]
280+
//public void EnvironmentTest()
281+
//{
282+
// Assert.NotNull(Application.FullPath);
283+
// Assert.Equal("testhost", Application.Name);
284+
// Assert.NotNull(Application.BaseDirectory);
285+
//}
286286
}

0 commit comments

Comments
 (0)