Skip to content

Commit f46b296

Browse files
authored
test(e2e): skip docker gpu test in rust suite (NVIDIA#1103)
Signed-off-by: Piotr Mlocek <pmlocek@nvidia.com>
1 parent ea4915a commit f46b296

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tasks/test.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ description = "Run Rust CLI e2e tests (requires a running cluster)"
3232
depends = ["cluster"]
3333
run = [
3434
"cargo build -p openshell-cli --features openshell-core/dev-settings",
35-
# gateway_resume tests run in a dedicated CI job with their own cluster.
36-
"cargo test --manifest-path e2e/rust/Cargo.toml --features e2e -- --skip gateway_resume_scenarios",
35+
# gateway_resume and Docker GPU tests run in dedicated jobs with their own clusters.
36+
"cargo test --manifest-path e2e/rust/Cargo.toml --features e2e -- --skip gateway_resume_scenarios --skip docker_gpu_sandbox_runs_nvidia_smi",
3737
]
3838

3939
["e2e:python"]

0 commit comments

Comments
 (0)