Skip to content

Commit

Permalink
test: skipping api-test (#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone committed Mar 1, 2024
1 parent 4c0aa94 commit 6af93b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/e2e/errors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 2 additions & 0 deletions internal/e2e/human_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)

Expand Down

0 comments on commit 6af93b1

Please sign in to comment.