Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Make sure regress tests are all green on travis #145

Merged
merged 2 commits into from
Jan 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion internal/resolver/ooniresolver/ooniresolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ func TestLookupCNAME(t *testing.T) {

func TestLookupHostWithRetry(t *testing.T) {
// Because there is no server there, if there is no DNS injection
// then we are going to see several timeouts.
// then we are going to see several timeouts. However, this test is
// going to fail if you're under permanent DNS hijacking, which is
// what happens with Vodafone "Rete Sicura" (on by default) in Italy.
client := New(dnsoverudp.NewTransport(
&net.Dialer{}, "www.example.com:53",
))
Expand Down
2 changes: 1 addition & 1 deletion x/porcelain/porcelain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func TestIntegrationBodySnapSizes(t *testing.T) {
)
ctx := context.Background()
results := HTTPDo(ctx, HTTPDoConfig{
URL: "https://ooni.io",
URL: "https://ooni.org",
MaxEventsBodySnapSize: maxEventsBodySnapSize,
MaxResponseBodySnapSize: maxResponseBodySnapSize,
})
Expand Down