Skip to content

Commit

Permalink
[FLINK-6397] Fix test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
biao.liub committed May 7, 2017
1 parent 829f24c commit ddf75b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public MultipleProgramsTestBase(TestExecutionMode mode) {
// ------------------------------------------------------------------------

@BeforeClass
public void setup() throws Exception {
public static void setup() throws Exception {
cluster = TestBaseUtils.startCluster(
1,
DEFAULT_PARALLELISM,
Expand All @@ -112,7 +112,7 @@ public void setup() throws Exception {
}

@AfterClass
public void teardown() throws Exception {
public static void teardown() throws Exception {
stopCluster(cluster, TestBaseUtils.DEFAULT_TIMEOUT);

TestEnvironment.unsetAsContext();
Expand Down

0 comments on commit ddf75b8

Please sign in to comment.