Skip to content

Commit

Permalink
Silence a core-edge IT
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegrohmann committed Jun 1, 2016
1 parent 9b81a4e commit 12c13fa
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,19 @@
import org.neo4j.kernel.impl.store.format.standard.StandardV3_0;
import org.neo4j.test.DbRepresentation;
import org.neo4j.test.coreedge.ClusterRule;
import org.neo4j.test.rule.SuppressOutput;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
import static org.neo4j.backup.BackupEmbeddedIT.runBackupToolFromOtherJvmToGetExitCode;
import static org.neo4j.graphdb.Label.label;
import static org.neo4j.test.rule.SuppressOutput.suppress;

public class BackupCoreIT
{
@Rule
public SuppressOutput suppressOutput = suppress( SuppressOutput.System.out, SuppressOutput.System.err );

@Rule
public ClusterRule clusterRule = new ClusterRule( BackupCoreIT.class )
.withNumberOfCoreServers( 3 )
Expand Down

0 comments on commit 12c13fa

Please sign in to comment.