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 9dbb900 commit 527aab2Copy full SHA for 527aab2
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