Skip to content

Commit

Permalink
[hotfix][QS] Disable RocksDB ITCases.
Browse files Browse the repository at this point in the history
  • Loading branch information
kl0u committed Oct 31, 2017
1 parent 27c5ab5 commit f2c3ff3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@
import org.apache.flink.runtime.state.AbstractStateBackend;

import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.rules.TemporaryFolder;

/**
* Several integration tests for queryable state using the {@link RocksDBStateBackend}.
*/
@Ignore
public class HAQueryableStateRocksDBBackendITCase extends HAAbstractQueryableStateTestBase {

@Rule
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@
import org.apache.flink.runtime.state.AbstractStateBackend;

import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.rules.TemporaryFolder;

/**
* Several integration tests for queryable state using the {@link RocksDBStateBackend}.
*/
@Ignore
public class NonHAQueryableStateRocksDBBackendITCase extends NonHAAbstractQueryableStateTestBase {

@Rule
Expand Down

0 comments on commit f2c3ff3

Please sign in to comment.