From 1566822f70e825bdac8bf3f3e24b733a4bfb8cdf Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Tue, 9 Jul 2024 18:07:30 +0200 Subject: [PATCH] csi: mark mount integration test as flaky --- csi/test/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/csi/test/BUILD.bazel b/csi/test/BUILD.bazel index b62498c20..5a27fdf89 100644 --- a/csi/test/BUILD.bazel +++ b/csi/test/BUILD.bazel @@ -28,6 +28,8 @@ go_test( "RM": "$(rlocationpath @coreutils//:bin/rm)", "UMOUNT": "$(rlocationpath @util-linux//:bin/umount)", }, + # This test frequently runs into https://github.com/martinjungblut/go-cryptsetup/issues/13. + flaky = 1, # keep tags = [ "integration",