diff --git a/integ-test/src/integration/scala/org/opensearch/flint/spark/iceberg/FlintSparkIcebergMaterializedViewITSuite.scala b/integ-test/src/integration/scala/org/opensearch/flint/spark/iceberg/FlintSparkIcebergMaterializedViewITSuite.scala index 2e272a7cb..582f49260 100644 --- a/integ-test/src/integration/scala/org/opensearch/flint/spark/iceberg/FlintSparkIcebergMaterializedViewITSuite.scala +++ b/integ-test/src/integration/scala/org/opensearch/flint/spark/iceberg/FlintSparkIcebergMaterializedViewITSuite.scala @@ -33,11 +33,11 @@ class FlintSparkIcebergMaterializedViewITSuite } override def afterAll(): Unit = { - super.afterAll() deleteTestIndex(testFlintIndex) sql(s"DROP TABLE $testTable") conf.unsetConf(FlintSparkConf.CUSTOM_FLINT_SCHEDULER_CLASS.key) conf.unsetConf(FlintSparkConf.EXTERNAL_SCHEDULER_ENABLED.key) + super.afterAll() } test("create materialized view with decimal and map types") {