File tree Expand file tree Collapse file tree
integ-test/src/test/java/org/opensearch/sql/calcite/pushdown Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
2- *
3- * * Copyright OpenSearch Contributors
4- * * SPDX-License-Identifier: Apache-2.0
5- *
2+ * Copyright OpenSearch Contributors
3+ * SPDX-License-Identifier: Apache-2.0
64 */
75
86package org .opensearch .sql .calcite .pushdown ;
97
10- import org .junit .After ;
8+ import org .junit .AfterClass ;
119import org .junit .BeforeClass ;
1210import org .junit .runner .RunWith ;
1311import org .junit .runners .Suite ;
@@ -115,8 +113,8 @@ public static void disablePushdown() {
115113 PPLIntegTestCase .GlobalPushdownConfig .enabled = false ;
116114 }
117115
118- @ After
119- public void restorePushdown () {
116+ @ AfterClass
117+ public static void restorePushdown () {
120118 PPLIntegTestCase .GlobalPushdownConfig .enabled = wasPushdownEnabled ;
121119 }
122120}
You can’t perform that action at this time.
0 commit comments