From 9e016ec3a64971cef05af9614fffc70541b4c4ca Mon Sep 17 00:00:00 2001 From: "Aaron (Qilong)" Date: Thu, 15 Feb 2024 22:54:40 -0500 Subject: [PATCH] Mark test as failure --- test/DynamoCoreWpfTests/WebRequestTests.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/DynamoCoreWpfTests/WebRequestTests.cs b/test/DynamoCoreWpfTests/WebRequestTests.cs index 7f2fed74cfa..cc89f0fe1cf 100644 --- a/test/DynamoCoreWpfTests/WebRequestTests.cs +++ b/test/DynamoCoreWpfTests/WebRequestTests.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Net; @@ -28,6 +28,7 @@ protected override void GetLibrariesToPreload(List libraries) } [Test] + [Category("Failure")] public void WebRequest() { if (!CheckForInternetConnection())