Skip to content

Commit 931c3d1

Browse files
committed
Ignore tests temporaly
1 parent db2a825 commit 931c3d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dotnet/test/common/BiDi/WebExtension/WebExtensionTest.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525
namespace OpenQA.Selenium.BiDi.WebExtension;
2626

27+
[Ignore("""
28+
The following test suite wants to set driver arguments via Options, but it breaks CDP/DevTools tests.
29+
The desired arguments:
30+
--enable-unsafe-extension-debugging
31+
--remote-debugging-pipe
32+
Ignoring these tests for now. Hopefully https://github.com/SeleniumHQ/selenium/issues/15536 will be resolved soon.
33+
""")]
2734
class WebExtensionTest : BiDiTestFixture
2835
{
2936
[Test]

0 commit comments

Comments
 (0)