mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 20:24:03 +08:00
[Java] fix test hang occasionally when running FailureTest (#13934)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
|
||||
<suite name="RAY suite" verbose="2">
|
||||
<suite name="RAY suite" verbose="2" configfailurepolicy="continue">
|
||||
<test name = "RAY test">
|
||||
<packages>
|
||||
<package name = "io.ray.runtime.*" />
|
||||
|
||||
Reference in New Issue
Block a user