Provide a simple way to debug an integration test

This commit is contained in:
Stefan Haller
2023-09-09 15:00:58 +02:00
parent 28d12e4e5d
commit b6c892a08a
22 changed files with 975 additions and 12 deletions

View File

@@ -52,6 +52,7 @@ func TestIntegration(t *testing.T) {
})
},
false,
false,
0,
// Allow two attempts at each test to get around flakiness
2,