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 6a2d3c0 commit 12ca527Copy full SHA for 12ca527
dotnet/test/common/BiDi/BiDiFixture.cs
@@ -23,8 +23,9 @@
23
24
namespace OpenQA.Selenium.BiDi;
25
26
-[Parallelizable(ParallelScope.All)]
27
-[FixtureLifeCycle(LifeCycle.InstancePerTestCase)]
+// https://github.com/mozilla/geckodriver/issues/2209 Support multiple concurrent sessions
+//[Parallelizable(ParallelScope.Fixtures)]
28
+//[FixtureLifeCycle(LifeCycle.InstancePerTestCase)]
29
public class BiDiTestFixture
30
{
31
protected IWebDriver driver;
dotnet/test/common/TempSharedDriverServiceTest.cs
@@ -6,7 +6,6 @@
6
namespace OpenQA.Selenium
7
8
// DELETE IT IN FINAL MERGE
9
- [NonParallelizable]
10
class _TempSharedDriverServiceTest
11
12
[Test]
0 commit comments