Skip to content

Commit 9040895

Browse files
committed
[dotnet] Forgot to ignore bidi network test for Firefox (no Fetch domain)
1 parent 31c8418 commit 9040895

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/test/common/NetworkInterceptionTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public async Task TestCanInterceptNetworkCalls()
3535
}
3636

3737
[Test]
38+
[IgnoreBrowser(Browser.Firefox, "Firefox does not implement the CDP Fetch domain required for network interception")]
3839
public async Task TestCanUseAuthorizationHandler()
3940
{
4041
if (driver is IDevTools)

0 commit comments

Comments
 (0)