Skip to content

Commit ff376a7

Browse files
committed
remove worker services from public api integration tests
1 parent 5a2b652 commit ff376a7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/pytest-simcore/src/pytest_simcore/simcore_services.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030

3131
_SERVICES_TO_SKIP: Final[set[str]] = {
32+
"api-worker",
3233
"agent", # global mode deploy (NO exposed ports, has http API)
3334
"dask-sidecar", # global mode deploy (NO exposed ports, **NO** http API)
3435
"migration",

services/web/server/tests/integration/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def webserver_environ(
6464
# the test webserver is built-up in webserver_service fixture that runs
6565
# on the host.
6666
EXCLUDED_SERVICES = [
67+
"api-worker",
6768
"dask-scheduler",
6869
"director",
6970
"docker-api-proxy",

0 commit comments

Comments
 (0)