Skip to content

Commit

Permalink
Remove accidentally commented out line
Browse files Browse the repository at this point in the history
Signed-off-by: Will Sewell <[email protected]>
  • Loading branch information
Will Sewell committed Apr 8, 2024
1 parent 0970720 commit 0542a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/storage/integration/cassandra_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (s *CassandraStorageIntegration) initializeDependencyReaderAndWriter(t *tes
}

func TestCassandraStorage(t *testing.T) {
// skipUnlessEnv(t, "cassandra")
skipUnlessEnv(t, "cassandra")
s := newCassandraStorageIntegration()
s.initializeCassandra(t)
s.RunAll(t)
Expand Down

0 comments on commit 0542a88

Please sign in to comment.