Skip to content

Commit 908b141

Browse files
committed
make simcore-sdk integration tests pass
1 parent 5743005 commit 908b141

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/simcore-sdk/tests/integration/test_node_data_data_manager.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
pytest_simcore_core_services_selection = [
3030
"migration",
3131
"postgres",
32-
"storage",
32+
"rabbit",
3333
"redis",
34+
"storage",
3435
]
3536

3637
pytest_simcore_ops_services_selection = [

packages/simcore-sdk/tests/integration/test_node_ports_common_filemanager.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434
pytest_simcore_core_services_selection = [
3535
"migration",
3636
"postgres",
37-
"storage",
37+
"rabbit",
3838
"redis",
39+
"storage",
3940
]
4041

4142
pytest_simcore_ops_services_selection = ["minio", "adminer"]

0 commit comments

Comments
 (0)