Skip to content

Commit

Permalink
trying to fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Jul 21, 2021
1 parent 76798da commit 55f5f10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/simcore-sdk/tests/integration/test_filemanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import pytest
from simcore_sdk.node_ports import exceptions, filemanager

pytest_simcore_core_services_selection = ["migration", "postgres", "storage"]
pytest_simcore_core_services_selection = ["postgres", "storage"]

pytest_simcore_ops_services_selection = [
"minio",
Expand Down
1 change: 0 additions & 1 deletion services/web/server/tests/integration/01/test_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
log = logging.getLogger(__name__)

pytest_simcore_core_services_selection = [
"migration",
"redis",
"rabbit",
"catalog",
Expand Down

0 comments on commit 55f5f10

Please sign in to comment.