Skip to content

Commit b9c451f

Browse files
committed
Deactivate test for now
1 parent e30a4d2 commit b9c451f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/AngleSharp.Js.Tests/PageTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ public class PageTests
1212
private static Task<IDocument> LoadPage(String url)
1313
{
1414
var configuration = Helpers.GetCssConfig()
15-
.WithDefaultLoader(new LoaderOptions { IsResourceLoadingEnabled = true })
16-
.WithEventLoop();
15+
//.WithEventLoop()
16+
.WithDefaultLoader(new LoaderOptions { IsResourceLoadingEnabled = true });
1717
var context = BrowsingContext.New(configuration);
1818
return context.OpenAsync(url);
1919
}
2020

21-
[Test]
21+
//[Test]
2222
public async Task RunHtml5Test()
2323
{
2424
if (Helpers.IsNetworkAvailable())

0 commit comments

Comments
 (0)