1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-07 22:02:56 +03:00

remove snapshot approach for new integration tests

This commit is contained in:
Jesse Duffield
2022-12-20 22:40:14 +11:00
parent bc4ace8357
commit e3c6738535
656 changed files with 20 additions and 1613 deletions

View File

@@ -46,7 +46,7 @@ func TestIntegration(t *testing.T) {
assert.NoError(t, err)
})
},
components.CHECK_SNAPSHOT,
false,
0,
// allowing two attempts at the test. If a test fails intermittently,
// there may be a concurrency issue that we need to resolve.