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 db2a825 commit 931c3d1Copy full SHA for 931c3d1
dotnet/test/common/BiDi/WebExtension/WebExtensionTest.cs
@@ -24,6 +24,13 @@
24
25
namespace OpenQA.Selenium.BiDi.WebExtension;
26
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
+ """)]
34
class WebExtensionTest : BiDiTestFixture
35
{
36
[Test]
0 commit comments