| { | |
| include: [ "//src/sys/test_runners/starnix/default.shard.cml" ], | |
| program: { | |
| binary: "system/bin/clock_gettime_test", | |
| args: [ "--gunit_filter=-ClockGettime.JavaThreadTime:ClockGettime/MonotonicClockTest.IsMonotonic*" ], | |
| environ: [ "TEST_ON_GVISOR=1" ], | |
| root: "root", | |
| }, | |
| } |