SEARCH-2067 Try fixing integration test order as alphabetical.

Some of our integration tests fail if they are run after other tests.
This commit is contained in:
Tom Page
2020-01-22 15:02:10 +00:00
parent 97ee1834f3
commit f708f89bb2
+3
View File
@@ -66,6 +66,9 @@
</goals>
</execution>
</executions>
<configuration>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
</plugins>
</build>