diff --git a/kokoro/Dockerfile b/kokoro/Dockerfile index 3fb41abd2e..042737ae5f 100644 --- a/kokoro/Dockerfile +++ b/kokoro/Dockerfile @@ -137,7 +137,8 @@ CMD rustup default "$(cat rust-toolchain)" && \ rustup component add rustfmt-preview && \ cargo --version && rustc --version && rustfmt --version && \ echo "Running cargo test" && \ - cargo test --no-fail-fast --all-features --all --exclude aarch64 $TEST_FLAGS -- \ + cargo test --no-fail-fast --features plugin,default-no-sandbox,wl-dmabuf,gpu,tpm,gpu-forward \ + --all --exclude aarch64 $TEST_FLAGS -- \ --test-threads=1 $TEST_RUNNER_FLAGS && \ echo "Running cargo fmt" && \ bin/fmt --check