Skip to content

Commit 31aeeb2

Browse files
committed
a few more fixes
1 parent 908b141 commit 31aeeb2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
pytest_simcore_core_services_selection = [
2626
"migration",
2727
"postgres",
28-
"storage",
28+
"rabbit",
2929
"redis",
30+
"storage",
3031
]
3132

3233
pytest_simcore_ops_services_selection = [

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626
pytest_simcore_core_services_selection = [
2727
"migration",
2828
"postgres",
29-
"storage",
29+
"rabbit",
3030
"redis",
31+
"storage",
3132
]
3233

3334
pytest_simcore_ops_services_selection = [

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@
4545
pytest_simcore_core_services_selection = [
4646
"migration",
4747
"postgres",
48-
"storage",
48+
"rabbit",
4949
"redis",
50+
"storage",
5051
]
5152

5253
pytest_simcore_ops_services_selection = [

0 commit comments

Comments
 (0)