Skip to content

Commit

Permalink
Merge pull request #25138 from vespa-engine/jonmv/zk-reconfig-test-moved
Browse files Browse the repository at this point in the history
Moved ZK reconfig test to system-test
  • Loading branch information
Harald Musum authored Dec 6, 2022
2 parents cff606e + ba3a79f commit 56ed8aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 277 deletions.
16 changes: 0 additions & 16 deletions zookeeper-server/zookeeper-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@
<artifactId>snappy-java</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand All @@ -91,17 +86,6 @@
</compilerArgs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<redirectTestOutputToFile>${test.hide}</redirectTestOutputToFile>
<forkMode>once</forkMode>
<systemPropertyVariables>
<zk-version>${zookeeper.version}</zk-version>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
Expand Down

This file was deleted.

0 comments on commit 56ed8aa

Please sign in to comment.