mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
Retry tests on CI
Now that we are running each test 6 times on CI, the risk of flakiness is higher. I want to fix these tests for good but it'l take time, so we're just retrying for now
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user