Skip to content

Commit cbaf9cf

Browse files
committed
removed the additional change in the test_and_docs.yml
1 parent ec0b6ec commit cbaf9cf

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/test_and_docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
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: |

feature_integration_tests/test_cases/BUILD

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)