Skip to content

Commit 64eca4e

Browse files
authored
Enable redirect inside sync XHR test (#1280)
1 parent 7a33e84 commit 64eca4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/PuppeteerSharp.Tests/NetworkTests/SetRequestInterceptionTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ await Page.SetExtraHttpHeadersAsync(new Dictionary<string, string>
159159
Assert.True(response.Ok);
160160
}
161161

162-
[Fact(Skip = "https://github.com/GoogleChrome/puppeteer/issues/4337")]
163162
public async Task ShouldWorkWithRedirectInsideSyncXHR()
164163
{
165164
await Page.GoToAsync(TestConstants.EmptyPage);

0 commit comments

Comments
 (0)