Skip to content

Commit 2c2e33a

Browse files
authored
Remove whitelisted Testkit server configs (#1399)
Testkit no longer uses 3.x servers and these configs are not necessary.
1 parent 5dc1780 commit 2c2e33a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

testkit-tests/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,6 @@
161161
<env>
162162
<TESTKIT_CHECKOUT_PATH>${project.build.directory}/testkit-reactive-legacy</TESTKIT_CHECKOUT_PATH>
163163
<TEST_BACKEND_SERVER>reactive-legacy</TEST_BACKEND_SERVER>
164-
<!-- Excludes 3.5 -->
165-
<TESTKIT_ARGS>--configs 4.0-enterprise-neo4j 4.1-enterprise-neo4j 4.2-community-bolt 4.2-community-neo4j
166-
4.2-enterprise-bolt 4.2-enterprise-neo4j 4.2-enterprise-cluster-neo4j 4.3-community-bolt 4.3-community-neo4j
167-
4.3-enterprise-bolt 4.3-enterprise-neo4j 4.3-enterprise-cluster-neo4j ${testkit.args}
168-
</TESTKIT_ARGS>
169164
</env>
170165
<log>
171166
<prefix xml:space="preserve">${testkit.reactive.legacy.name.pattern}> </prefix>
@@ -192,11 +187,6 @@
192187
<env>
193188
<TESTKIT_CHECKOUT_PATH>${project.build.directory}/testkit-reactive</TESTKIT_CHECKOUT_PATH>
194189
<TEST_BACKEND_SERVER>reactive</TEST_BACKEND_SERVER>
195-
<!-- Excludes 3.5 -->
196-
<TESTKIT_ARGS>--configs 4.0-enterprise-neo4j 4.1-enterprise-neo4j 4.2-community-bolt 4.2-community-neo4j
197-
4.2-enterprise-bolt 4.2-enterprise-neo4j 4.2-enterprise-cluster-neo4j 4.3-community-bolt 4.3-community-neo4j
198-
4.3-enterprise-bolt 4.3-enterprise-neo4j 4.3-enterprise-cluster-neo4j ${testkit.args}
199-
</TESTKIT_ARGS>
200190
</env>
201191
<log>
202192
<prefix xml:space="preserve">${testkit.reactive.name.pattern}> </prefix>

0 commit comments

Comments
 (0)