From 5d25eded1d585578e50a04db34a998dc012b5797 Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Wed, 10 Jul 2024 09:11:32 +0200 Subject: [PATCH] csi: mark mount integration test as flaky (#3240) --- 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",