Skip to content

Commit

Permalink
disable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Feb 7, 2024
1 parent 3091ad0 commit 19b0375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/experiment/webconnectivityqa/throttling.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
func throttlingWithHTTP() *TestCase {
return &TestCase{
Name: "throttlingWithHTTP",
Flags: TestCaseFlagNoV04,
Flags: TestCaseFlagNoV04 | TestCaseFlagNoLTE, // TODO(https://github.com/ooni/probe/issues/2668)
Input: "http://largefile.com/",
Configure: func(env *netemx.QAEnv) {

Expand Down

0 comments on commit 19b0375

Please sign in to comment.