Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Dec 1, 2023
1 parent fa448ee commit 026f46e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/experiment/webconnectivityqa/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ func TestRunTestCase(t *testing.T) {
})

t.Run("we compare XDNSFlags for WebConnectivity v0.5", func(t *testing.T) {
t.Skip("TODO(https://github.com/ooni/probe/issues/2640)")
tc := &TestCase{
Name: "",
Input: "",
Expand Down Expand Up @@ -225,6 +226,7 @@ func TestRunTestCase(t *testing.T) {
})

t.Run("we compare XBlockingFlags for WebConnectivity v0.5", func(t *testing.T) {
t.Skip("TODO(https://github.com/ooni/probe/issues/2640)")
tc := &TestCase{
Name: "",
Input: "",
Expand Down Expand Up @@ -261,6 +263,7 @@ func TestRunTestCase(t *testing.T) {
})

t.Run("we compare XNullNullFlags for WebConnectivity v0.5", func(t *testing.T) {
t.Skip("TODO(https://github.com/ooni/probe/issues/2640)")
tc := &TestCase{
Name: "",
Input: "",
Expand Down

0 comments on commit 026f46e

Please sign in to comment.