Skip to content

Commit

Permalink
remove droptable from testsuites
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-rcheng committed Oct 31, 2023
1 parent 8fe850a commit abc3121
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_suites.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,6 @@ def create_end_to_end_test_suites(driver, nameSalt, schemaRegistryAddress, testS
test_instance=TestSchemaNotSupportedConverter(driver, nameSalt), clean=True, run_in_confluent=True,
run_in_apache=True
)),
("TestSchemaEvolutionDropTable", EndToEndTestSuite(
test_instance=TestSchemaEvolutionDropTable(driver, nameSalt), clean=True, run_in_confluent=True,
run_in_apache=True
)),
("TestKcDeleteCreate", EndToEndTestSuite(
test_instance=TestKcDeleteCreate(driver, nameSalt), clean=True, run_in_confluent=True, run_in_apache=True
)),
Expand Down

0 comments on commit abc3121

Please sign in to comment.