We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4915a commit f46b296Copy full SHA for f46b296
1 file changed
tasks/test.toml
@@ -32,8 +32,8 @@ description = "Run Rust CLI e2e tests (requires a running cluster)"
32
depends = ["cluster"]
33
run = [
34
"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",
+ # gateway_resume and Docker GPU tests run in dedicated jobs with their own clusters.
+ "cargo test --manifest-path e2e/rust/Cargo.toml --features e2e -- --skip gateway_resume_scenarios --skip docker_gpu_sandbox_runs_nvidia_smi",
37
]
38
39
["e2e:python"]
0 commit comments