1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-19 12:12:42 +02:00

Retry tests on CI (#2769)

This commit is contained in:
Jesse Duffield 2023-07-10 22:30:22 +10:00 committed by GitHub
commit 057742d4af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,8 +48,8 @@ func TestIntegration(t *testing.T) {
}, },
false, false,
0, 0,
// Only allowing one attempt per test. We'll see if we get any flakiness // Allow two attempts at each test to get around flakiness
1, 2,
) )
assert.NoError(t, err) assert.NoError(t, err)