Skip to content

Commit

Permalink
hackathon - test without RetryAnalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
aonych committed Nov 3, 2023
1 parent ca59f6b commit 3c5db90
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Parallel reindex REST API tests for Elasticsearch" verbose="1" parallel="true">
<suite name="Parallel reindex REST API tests for Elasticsearch" verbose="1" parallel="methods">
<listeners>
<listener class-name="org.alfresco.utility.testng.AlphabeticalPriorityInterceptor" />
<listener class-name="org.alfresco.elasticsearch.parallel.RetryAnnotationTransformer" />
</listeners>
<test name="reindexing" verbose="3">
<packages>
Expand Down

0 comments on commit 3c5db90

Please sign in to comment.