We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7552a commit 8705113Copy full SHA for 8705113
dotnet/test/common/BiDi/Network/NetworkTest.cs
@@ -153,6 +153,7 @@ public async Task CanContinueWithAuthCredentials()
153
}
154
155
[Test]
156
+ [IgnoreBrowser(Selenium.Browser.Firefox)]
157
public async Task CanContinueWithDefaultCredentials()
158
{
159
await using var intercept = await bidi.Network.InterceptAuthAsync(async e =>
@@ -166,6 +167,7 @@ public async Task CanContinueWithDefaultCredentials()
166
167
168
169
170
171
public async Task CanContinueWithCanceledCredentials()
172
173
0 commit comments