@@ -48,6 +48,7 @@ score_py_pytest(
4848 "-m rust" ,
4949 "--traces=all" ,
5050 "--rust-target-path=$(rootpath //feature_integration_tests/test_scenarios/rust:rust_test_scenarios)" ,
51+ "-k 'not with_daemon'" ,
5152 ],
5253 data = [
5354 "conftest.py" ,
@@ -72,6 +73,7 @@ score_py_pytest(
7273 "-m cpp" ,
7374 "--traces=all" ,
7475 "--cpp-target-path=$(rootpath //feature_integration_tests/test_scenarios/cpp:cpp_test_scenarios)" ,
76+ "-k 'not with_daemon'" ,
7577 ],
7678 data = [
7779 "conftest.py" ,
@@ -103,14 +105,21 @@ score_py_pytest(
103105 "lifecycle_scenario.py" ,
104106 "persistency_scenario.py" ,
105107 "test_properties.py" ,
108+ ":daemon_lifecycle_configs" ,
106109 "//feature_integration_tests/test_scenarios/rust:rust_test_scenarios" ,
110+ "@score_lifecycle_health//examples/control_application:control_daemon" ,
111+ "@score_lifecycle_health//examples/cpp_supervised_app" ,
107112 "@score_lifecycle_health//examples/rust_supervised_app" ,
108113 "@score_lifecycle_health//src/launch_manager_daemon:launch_manager" ,
109114 ],
110115 env = {
111116 "RUST_BACKTRACE" : "1" ,
112117 },
113118 pytest_config = "//:pyproject.toml" ,
119+ tags = [
120+ "exclusive" ,
121+ "no-sandbox" ,
122+ ],
114123 deps = all_requirements ,
115124)
116125
@@ -131,11 +140,18 @@ score_py_pytest(
131140 "lifecycle_scenario.py" ,
132141 "persistency_scenario.py" ,
133142 "test_properties.py" ,
143+ ":daemon_lifecycle_configs" ,
134144 "//feature_integration_tests/test_scenarios/cpp:cpp_test_scenarios" ,
145+ "@score_lifecycle_health//examples/control_application:control_daemon" ,
135146 "@score_lifecycle_health//examples/cpp_supervised_app" ,
147+ "@score_lifecycle_health//examples/rust_supervised_app" ,
136148 "@score_lifecycle_health//src/launch_manager_daemon:launch_manager" ,
137149 ],
138150 pytest_config = "//:pyproject.toml" ,
151+ tags = [
152+ "exclusive" ,
153+ "no-sandbox" ,
154+ ],
139155 deps = all_requirements ,
140156)
141157
0 commit comments