diff options
author | Kevin Krakauer <krakauer@google.com> | 2018-09-19 18:02:30 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-09-19 18:03:35 -0700 |
commit | 639226c3d980634fe0ffc335a90ed16edf84f457 (patch) | |
tree | 0f78808fe0a70581574f39fbc8849ce26994b8f6 /runsc | |
parent | 117ac8bc5b4a98cd74c68ac0feed02b5bb4b78b1 (diff) |
runsc: Mark container_test flaky.
PiperOrigin-RevId: 213732520
Change-Id: Ife292987ec8b1de4c2e7e3b7d4452b00c1582e91
Diffstat (limited to 'runsc')
-rw-r--r-- | runsc/container/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runsc/container/BUILD b/runsc/container/BUILD index efdf43175..d289e43be 100644 --- a/runsc/container/BUILD +++ b/runsc/container/BUILD @@ -46,6 +46,8 @@ go_test( ], embed = [":container"], tags = [ + # FIXME + "flaky", "requires-kvm", ], deps = [ |