Skip to content

Commit 11beb60

Browse files
committed
Ignore firefox
1 parent 878ea2f commit 11beb60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotnet/test/common/BiDi/BrowsingContext/BrowsingContextEventsTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ namespace OpenQA.Selenium.BiDi.BrowsingContext;
2626
class BrowsingContextEventsTest : BiDiTestFixture
2727
{
2828
[Test]
29+
[IgnoreBrowser(Selenium.Browser.Firefox, "Not supported yet?")]
2930
public async Task CanListenDownloadWillBeginEvent()
3031
{
3132
await context.NavigateAsync(UrlBuilder.WhereIs("downloads/download.html"), new() { Wait = ReadinessState.Complete });
@@ -45,6 +46,7 @@ public async Task CanListenDownloadWillBeginEvent()
4546
}
4647

4748
[Test]
49+
[IgnoreBrowser(Selenium.Browser.Firefox, "Not supported yet?")]
4850
public async Task CanListenDownloadEndEvent()
4951
{
5052
await context.NavigateAsync(UrlBuilder.WhereIs("downloads/download.html"), new() { Wait = ReadinessState.Complete });

0 commit comments

Comments
 (0)