Skip to content

Commit d5dd8da

Browse files
authored
Remove issue 100 long test (#155)
1 parent c3d0f73 commit d5dd8da

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lib/PuppeteerSharp.Tests/Issues/Issue0100.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,6 @@ namespace PuppeteerSharp.Tests.Issues
77
[Collection("PuppeteerLoaderFixture collection")]
88
public class Issue0100 : PuppeteerBaseTest
99
{
10-
[Fact(Skip = "It's locking our tests, I'll try to run it again when get have GoToAsync read")]
11-
public async Task PdfWundergroundShouldWork()
12-
{
13-
using (var page = await Browser.NewPageAsync())
14-
{
15-
var response = await page.GoToAsync("https://www.wunderground.com/weather/be/antwerp");
16-
var pdf = await page.PdfStreamAsync();
17-
Assert.NotNull(pdf);
18-
}
19-
}
20-
2110
[Fact]
2211
public async Task PdfDarkskyShouldWork()
2312
{

0 commit comments

Comments
 (0)