Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Feb 9, 2024
1 parent 8164d63 commit 61ad6dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion internal/webconnectivityqa/success.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ func successWithHTTP() *TestCase {
Accessible: true,
Blocking: false,
},
Checkers: []Checker{&ReadWriteEventsExistentialChecker{}},
Checkers: []Checker{
// See https://github.com/ooni/probe/issues/2674
&ReadWriteEventsExistentialChecker{},
},
}
}

Expand Down

0 comments on commit 61ad6dc

Please sign in to comment.