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 06d485b commit 4ee889fCopy full SHA for 4ee889f
CefSharp.Test/JavascriptBinding/IntegrationTestFacts.cs
@@ -74,7 +74,7 @@ public async Task LoadJavaScriptBindingQunitTestsSuccessfulCompletion()
74
}
75
76
#else
77
- [Fact]
+ [Fact(Skip = "Issue https://github.com/cefsharp/CefSharp/issues/3867")]
78
public async Task LoadJavaScriptBindingQunitTestsSuccessfulCompletion()
79
{
80
using (var browser = new ChromiumWebBrowser(CefExample.BindingTestUrl, automaticallyCreateBrowser: false))
0 commit comments