[Java] Enable retry in TestNG (#11065)

* Enable retry in Java test

* lint

* update
This commit is contained in:
Kai Yang
2020-09-28 22:16:06 +08:00
committed by GitHub
parent 27e1f513e3
commit 79c6a6fa02
3 changed files with 35 additions and 0 deletions
+1
View File
@@ -10,5 +10,6 @@
<listeners>
<listener class-name="io.ray.test.RayAlterSuiteListener" />
<listener class-name="io.ray.test.TestProgressListener" />
<listener class-name="io.ray.test.AnnotationTransformer" />
</listeners>
</suite>