Skip to content

Commit

Permalink
Downgrade Surfire
Browse files Browse the repository at this point in the history
  • Loading branch information
ben221199 committed Oct 5, 2024
1 parent 92522be commit 972ba17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0">
<project
xmlns="http://maven.apache.org/POM/4.0.0">

<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -58,7 +59,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.0.0</version>
<configuration>
<useFile>false</useFile>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
import java.util.Map;
import java.util.function.BiFunction;

import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInstance;
import org.junit.jupiter.api.*;
import org.rocksdb.ReadOptions;
import org.rocksdb.RocksDBException;
import org.rocksdb.RocksIterator;
Expand All @@ -52,7 +49,8 @@ public void tearDown(){
this.tmpDir.deleteOnExit();
}



@Disabled
@Test
public void testRollback() throws RocksDBException{
String name = "derp";
Expand Down Expand Up @@ -154,6 +152,7 @@ public void testRollback() throws RocksDBException{
}}));
}

@Disabled
@Test
public void testHubDatabaseIterator() throws RocksDBException{
String name = "derp";
Expand Down Expand Up @@ -395,6 +394,7 @@ public void testHubDatabaseIterator() throws RocksDBException{
}
}

@Disabled
@Test
public void testHubDatabaseIteratorStartStop() throws RocksDBException{
int txNum = 101;
Expand Down

0 comments on commit 972ba17

Please sign in to comment.