Skip to content

Commit

Permalink
Remove ConnectionHelper tests for now, see Issue #3196
Browse files Browse the repository at this point in the history
More work is needed that we're not setup for in the toolkit yet to support these types of tests properly.
  • Loading branch information
michael-hawker committed Mar 31, 2020
1 parent 54d14e3 commit 0b3429b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions UnitTests/Helpers/Test_ConnectionHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ namespace UnitTests.Helpers
[TestClass]
public class Test_ConnectionHelper
{
public NetworkHelper NetworkHelper { get; private set; }

[TestCategory("Helpers")]
//// TODO: Need Mock to WinRT Issue #3196 - https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3196
/*[TestCategory("Helpers")]
[TestMethod]
public void Test_ConnectionHelper_IsInternetOnMeteredConnection()
{
Expand All @@ -24,6 +23,6 @@ public void Test_ConnectionHelper_IsInternetOnMeteredConnection()
public void Test_ConnectionHelper_IsInternetAvailable()
{
Assert.IsTrue(NetworkHelper.Instance.ConnectionInformation.IsInternetAvailable);
}
}*/
}
}

0 comments on commit 0b3429b

Please sign in to comment.