Skip to content

Commit

Permalink
disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tzhang committed Oct 20, 2023
1 parent b0544cd commit 7d776f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_suites.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,9 @@ def create_end_to_end_test_suites(driver, nameSalt, schemaRegistryAddress, testS
test_instance=TestSchemaEvolutionAvroSR(driver, nameSalt), clean=True, run_in_confluent=True,
run_in_apache=False
)),
# SNOW-947731: Re-enable after avro-python3 package is updated in merge gate
("TestSchemaEvolutionAvroSRLogicalTypes", EndToEndTestSuite(
test_instance=TestSchemaEvolutionAvroSRLogicalTypes(driver, nameSalt), clean=True, run_in_confluent=True,
test_instance=TestSchemaEvolutionAvroSRLogicalTypes(driver, nameSalt), clean=True, run_in_confluent=False,
run_in_apache=False
)),
("TestSchemaEvolutionWithAutoTableCreationJson", EndToEndTestSuite(
Expand Down

0 comments on commit 7d776f5

Please sign in to comment.