diff --git a/internal/e2e/errors_test.go b/internal/e2e/errors_test.go index b7d551077..2f82e4f10 100644 --- a/internal/e2e/errors_test.go +++ b/internal/e2e/errors_test.go @@ -9,6 +9,7 @@ import ( ) func TestStandardErrors(t *testing.T) { + t.Skip("Skipping test while api-test not yet deployed") client, _, _, err := newE2EClient(true) testhelpers.AssertNoError(t, err) diff --git a/internal/e2e/human_test.go b/internal/e2e/human_test.go index b8ba8862c..a4ef6c7c9 100644 --- a/internal/e2e/human_test.go +++ b/internal/e2e/human_test.go @@ -43,6 +43,7 @@ func newE2EClient(withAuthInClient bool) (*test.API, string, string, error) { } func TestAuthInRequest(t *testing.T) { + t.Skip("Skipping test while api-test not yet deployed") client, accessKey, secretKey, err := newE2EClient(false) testhelpers.AssertNoError(t, err) @@ -52,6 +53,7 @@ func TestAuthInRequest(t *testing.T) { } func TestHuman(t *testing.T) { + t.Skip("Skipping test while api-test not yet deployed") client, _, _, err := newE2EClient(true) testhelpers.AssertNoError(t, err)