We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7318b commit c59e515Copy full SHA for c59e515
CefSharp.Test/JavascriptBinding/IntegrationTestFacts.cs
@@ -73,7 +73,7 @@ public async Task LoadJavaScriptBindingQunitTestsSuccessfulCompletion()
73
}
74
75
#else
76
- [Fact]
+ [Fact(Skip = "Issue https://github.com/cefsharp/CefSharp/issues/3867")]
77
public async Task LoadJavaScriptBindingQunitTestsSuccessfulCompletion()
78
{
79
using (var browser = new ChromiumWebBrowser(CefExample.BindingTestUrl, automaticallyCreateBrowser: false))
0 commit comments