File tree Expand file tree Collapse file tree
feature_integration_tests/test_cases Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 - name : Execute Feature Integration Tests
7474 run : |
7575 bazel test --config=linux-x86_64 //feature_integration_tests/test_cases:fit
76- bazel test --config=linux-x86_64 //feature_integration_tests/test_cases:fit_daemon
7776 - name : Publish build summary
7877 if : always()
7978 run : |
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ score_py_pytest(
6363 "RUST_BACKTRACE" : "1" ,
6464 },
6565 pytest_config = "//:pyproject.toml" ,
66+ tags = ["no-sandbox" ],
6667 deps = all_requirements ,
6768)
6869
@@ -85,6 +86,7 @@ score_py_pytest(
8586 "//feature_integration_tests/test_scenarios/cpp:cpp_test_scenarios" ,
8687 ],
8788 pytest_config = "//:pyproject.toml" ,
89+ tags = ["no-sandbox" ],
8890 deps = all_requirements ,
8991)
9092
@@ -159,14 +161,8 @@ test_suite(
159161 name = "fit" ,
160162 tests = [
161163 ":fit_cpp" ,
162- ":fit_rust" ,
163- ],
164- )
165-
166- test_suite (
167- name = "fit_daemon" ,
168- tests = [
169164 ":fit_daemon_cpp" ,
170165 ":fit_daemon_rust" ,
166+ ":fit_rust" ,
171167 ],
172168)
You can’t perform that action at this time.
0 commit comments