Skip to content

Commit 0b3429b

Browse files
Remove ConnectionHelper tests for now, see Issue #3196
More work is needed that we're not setup for in the toolkit yet to support these types of tests properly.
1 parent 54d14e3 commit 0b3429b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

UnitTests/Helpers/Test_ConnectionHelper.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ namespace UnitTests.Helpers
1010
[TestClass]
1111
public class Test_ConnectionHelper
1212
{
13-
public NetworkHelper NetworkHelper { get; private set; }
14-
15-
[TestCategory("Helpers")]
13+
//// TODO: Need Mock to WinRT Issue #3196 - https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3196
14+
/*[TestCategory("Helpers")]
1615
[TestMethod]
1716
public void Test_ConnectionHelper_IsInternetOnMeteredConnection()
1817
{
@@ -24,6 +23,6 @@ public void Test_ConnectionHelper_IsInternetOnMeteredConnection()
2423
public void Test_ConnectionHelper_IsInternetAvailable()
2524
{
2625
Assert.IsTrue(NetworkHelper.Instance.ConnectionInformation.IsInternetAvailable);
27-
}
26+
}*/
2827
}
2928
}

0 commit comments

Comments
 (0)