blob: b65b09c972d0e4dc2ab334793c1f4e43161d7a2a [file] [log] [blame]
{
include: [ "//src/sys/test_runners/starnix/default.shard.cml" ],
program: {
binary: "system/bin/kill_test",
args: [ "--gunit_filter=KillTest.CanKillAllPIDs:KillTest.CannotKillInvalidPID:KillTest.CannotKillTid" ],
environ: [ "TEST_ON_GVISOR=1" ],
mounts: [ "/:remotefs:root" ],
},
}