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 e30a4d2 commit b9c451fCopy full SHA for b9c451f
src/AngleSharp.Js.Tests/PageTests.cs
@@ -12,13 +12,13 @@ public class PageTests
12
private static Task<IDocument> LoadPage(String url)
13
{
14
var configuration = Helpers.GetCssConfig()
15
- .WithDefaultLoader(new LoaderOptions { IsResourceLoadingEnabled = true })
16
- .WithEventLoop();
+ //.WithEventLoop()
+ .WithDefaultLoader(new LoaderOptions { IsResourceLoadingEnabled = true });
17
var context = BrowsingContext.New(configuration);
18
return context.OpenAsync(url);
19
}
20
21
- [Test]
+ //[Test]
22
public async Task RunHtml5Test()
23
24
if (Helpers.IsNetworkAvailable())
0 commit comments