blob: 12ba9ef6a15b51e6774722f6a1362fbacffce6a3 [file] [log] [blame]
{
include: [ "//src/sys/test_runners/starnix/default.shard.cml" ],
program: {
binary: "/data/tests/clock_gettime_test",
args: [ "--gunit_filter=-ClockGettime.JavaThreadTime:ClockGettime/MonotonicClockTest.IsMonotonic*" ],
environ: [ "TEST_ON_GVISOR=1" ],
mounts: [
"/:remotefs:root",
"/data:remotefs:data",
],
},
}