Skip to content

Commit

Permalink
Reverting number of workers from 8 to 4. Reverting the marker @pytest…
Browse files Browse the repository at this point in the history
….mark.xdist_group(name="keycloak")

Signed-off-by: Lokesh Rangineni <[email protected]>

Signed-off-by: Lokesh Rangineni <[email protected]>
  • Loading branch information
lokeshrangineni committed Aug 9, 2024
1 parent c6c72b9 commit 2e1e5fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/python/tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
logger = logging.getLogger(__name__)


@pytest.mark.xdist_group(name="keycloak")
@pytest.fixture(scope="session")
def start_keycloak_server():
logger.info("Starting keycloak instance")
Expand Down

0 comments on commit 2e1e5fb

Please sign in to comment.