Skip to content

Commit

Permalink
uncommented skip section on index test
Browse files Browse the repository at this point in the history
  • Loading branch information
erictg committed Sep 18, 2019
1 parent fcde285 commit 6890cea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ func TestDropAllIndexesAndConstraints(t *testing.T){

func TestIndexManagement(t *testing.T){
//requires connection
//if !testing.Short(){
// t.SkipNow()
// return
//}
if !testing.Short(){
t.SkipNow()
return
}

req := require.New(t)

Expand Down

0 comments on commit 6890cea

Please sign in to comment.