Skip to content

Commit c79cef0

Browse files
committed
Tests - Skip test failing on Appveyor
- Runs locally fine if run in isolation
1 parent d9cf263 commit c79cef0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CefSharp.Test/DevTools/DevToolsClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public async Task CanClearNetworkBrowserCache()
131131
}
132132
}
133133

134-
[Fact]
134+
[SkipIfRunOnAppVeyorFact]
135135
public async Task CanGetPageResourceContent()
136136
{
137137
using (var browser = new ChromiumWebBrowser("www.google.com", useLegacyRenderHandler: false))

0 commit comments

Comments
 (0)