Skip to content

Commit

Permalink
Test - Skip LoadJavaScriptBindingQunitTestsSuccessfulCompletion
Browse files Browse the repository at this point in the history
Issue #3867
  • Loading branch information
amaitland committed Apr 6, 2022
1 parent be7318b commit c59e515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CefSharp.Test/JavascriptBinding/IntegrationTestFacts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public async Task LoadJavaScriptBindingQunitTestsSuccessfulCompletion()
}
}
#else
[Fact]
[Fact(Skip = "Issue https://github.com/cefsharp/CefSharp/issues/3867")]
public async Task LoadJavaScriptBindingQunitTestsSuccessfulCompletion()
{
using (var browser = new ChromiumWebBrowser(CefExample.BindingTestUrl, automaticallyCreateBrowser: false))
Expand Down

0 comments on commit c59e515

Please sign in to comment.