diff --git a/common/src/test/scala/CassandraClientSpec.scala b/common/src/test/scala/CassandraClientSpec.scala index aa560ce..62ccb85 100644 --- a/common/src/test/scala/CassandraClientSpec.scala +++ b/common/src/test/scala/CassandraClientSpec.scala @@ -22,7 +22,7 @@ class CassandraClientSpec extends FunSpec with Matchers { val resultSet = session.execute(selectStmt) val row = resultSet.one() row.getString("name") should be("foo") - session.execute("TRUNCATE things;") + //session.execute("TRUNCATE things;") } }