mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Disable KVM dimension because it's making the test flaky
PiperOrigin-RevId: 207642348 Change-Id: Iacec9f097ab93b91c0c8eea61b1347e864f57a8b
This commit is contained in:
committed by
Shentubot
parent
bc9a1fca23
commit
9752174a7f
@@ -212,12 +212,13 @@ func configs(opts configOptions) []*boot.Config {
|
||||
cs = append(cs, c)
|
||||
}
|
||||
|
||||
// TODO: KVM doesn't work with --race.
|
||||
if !testutil.RaceEnabled && opts&kvm != 0 {
|
||||
c := testutil.TestConfig()
|
||||
c.Platform = boot.PlatformKVM
|
||||
cs = append(cs, c)
|
||||
}
|
||||
// TODO: KVM tests are flaky. Disable until fixed.
|
||||
// // TODO: KVM doesn't work with --race.
|
||||
// if !testutil.RaceEnabled && opts&kvm != 0 {
|
||||
// c := testutil.TestConfig()
|
||||
// c.Platform = boot.PlatformKVM
|
||||
// cs = append(cs, c)
|
||||
// }
|
||||
|
||||
return cs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user