From 91a107eb6f2b81f6554c7a230258b507f3d1dae6 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 5 Apr 2021 21:37:54 +1000 Subject: [PATCH] retry flakey tests --- pkg/gui/gui_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/gui/gui_test.go b/pkg/gui/gui_test.go index 6b5cd9167..887b48de8 100644 --- a/pkg/gui/gui_test.go +++ b/pkg/gui/gui_test.go @@ -63,6 +63,8 @@ func Test(t *testing.T) { expectedDir := filepath.Join(testPath, "expected") t.Logf("testPath: %s, actualDir: %s, expectedDir: %s", testPath, actualDir, expectedDir) + // three retries at normal speed for the sake of flakey tests + speeds = append(speeds, 1, 1, 1) for i, speed := range speeds { t.Logf("%s: attempting test at speed %d\n", test.Name, speed)