Skip to content

Commit 8705113

Browse files
committed
Ignore auth req continue for firefox
1 parent 7b7552a commit 8705113

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotnet/test/common/BiDi/Network/NetworkTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ public async Task CanContinueWithAuthCredentials()
153153
}
154154

155155
[Test]
156+
[IgnoreBrowser(Selenium.Browser.Firefox)]
156157
public async Task CanContinueWithDefaultCredentials()
157158
{
158159
await using var intercept = await bidi.Network.InterceptAuthAsync(async e =>
@@ -166,6 +167,7 @@ public async Task CanContinueWithDefaultCredentials()
166167
}
167168

168169
[Test]
170+
[IgnoreBrowser(Selenium.Browser.Firefox)]
169171
public async Task CanContinueWithCanceledCredentials()
170172
{
171173
await using var intercept = await bidi.Network.InterceptAuthAsync(async e =>

0 commit comments

Comments
 (0)