Skip to content

Commit

Permalink
make INTTEST requirement more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin-huang committed Apr 23, 2019
1 parent adeaca9 commit 9515520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

func TestSync(t *testing.T) {
if len(os.Getenv("INTTEST")) == 0 {
t.Skip("no int test env")
t.Skip("Set INTTEST=1 to enable integration tests")
}
namespaceID := os.Getenv("NAMESPACEID")
if len(namespaceID) == 0 {
Expand Down

0 comments on commit 9515520

Please sign in to comment.