Skip to content

Commit e200a31

Browse files
committed
Update test
1 parent f9a0d4b commit e200a31

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/flakeguard/go-test-transform/pkg/example/example_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,7 @@ func TestDeepNesting(t *testing.T) {
199199
t.Run("Level3", func(t *testing.T) {
200200
t.Run("Level4", func(t *testing.T) {
201201
t.Run("Level5", func(t *testing.T) {
202-
if !simulateFlaky() {
203-
t.Error("Deep nested test failed")
204-
}
202+
t.Error("Deep nested test failed")
205203
})
206204
})
207205
})

0 commit comments

Comments
 (0)