deactivate rest module with old dependencies

This commit is contained in:
Jonathan Shook 2023-01-05 14:37:10 -06:00
parent f412505690
commit f379ad2927
2 changed files with 0 additions and 13 deletions

View File

@ -95,13 +95,6 @@ public class ScriptExampleTests {
assertThat(p.matcher(scenarioResult.getIOLog()).matches()).isTrue();
}
@Test
public void testExceptionPropagationFromMotorThread() {
ExecutionMetricsResult scenarioResult = runScenario("activityerror");
assertThat(scenarioResult.getException()).isNotNull();
assertThat(scenarioResult.getException().getMessage()).contains("For input string: \"unparsable\"");
}
@Test
public void testCycleRate() {
ExecutionMetricsResult scenarioResult = runScenario("cycle_rate");

View File

@ -37,12 +37,6 @@
<dependencies>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-rest</artifactId>
<version>4.17.32-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-cli</artifactId>