Skip to content

Commit

Permalink
Mark test as failure
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang committed Feb 16, 2024
1 parent 6538bc7 commit 9e016ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/DynamoCoreWpfTests/WebRequestTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Net;
Expand Down Expand Up @@ -28,6 +28,7 @@ protected override void GetLibrariesToPreload(List<string> libraries)
}

[Test]
[Category("Failure")]
public void WebRequest()
{
if (!CheckForInternetConnection())
Expand Down

0 comments on commit 9e016ec

Please sign in to comment.