Skip to content

Commit aa4ffac

Browse files
Use Ignore instead of comment for ConnectionHelper tests
1 parent cdcade0 commit aa4ffac

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

UnitTests/Helpers/Test_ConnectionHelper.cs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,24 @@
77

88
namespace UnitTests.Helpers
99
{
10+
//// TODO: Need Mock to WinRT Issue #3196 - https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3196
1011
[TestClass]
1112
public class Test_ConnectionHelper
12-
{
13-
//// TODO: Need Mock to WinRT Issue #3196 - https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3196
14-
/*[TestCategory("Helpers")]
13+
{
14+
[Ignore]
15+
[TestCategory("Helpers")]
1516
[TestMethod]
1617
public void Test_ConnectionHelper_IsInternetOnMeteredConnection()
1718
{
1819
Assert.IsFalse(NetworkHelper.Instance.ConnectionInformation.IsInternetOnMeteredConnection);
1920
}
2021

22+
[Ignore]
2123
[TestCategory("Helpers")]
2224
[TestMethod]
2325
public void Test_ConnectionHelper_IsInternetAvailable()
2426
{
2527
Assert.IsTrue(NetworkHelper.Instance.ConnectionInformation.IsInternetAvailable);
26-
}*/
28+
}
2729
}
2830
}

0 commit comments

Comments
 (0)