We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a0d4b commit e200a31Copy full SHA for e200a31
tools/flakeguard/go-test-transform/pkg/example/example_test.go
@@ -199,9 +199,7 @@ func TestDeepNesting(t *testing.T) {
199
t.Run("Level3", func(t *testing.T) {
200
t.Run("Level4", func(t *testing.T) {
201
t.Run("Level5", func(t *testing.T) {
202
- if !simulateFlaky() {
203
- t.Error("Deep nested test failed")
204
- }
+ t.Error("Deep nested test failed")
205
})
206
207
0 commit comments