mirror of
https://github.com/wassname/ray.git
synced 2026-07-15 11:25:40 +08:00
[Java] Fix ClassLoaderTest (#10647)
This commit is contained in:
@@ -40,8 +40,6 @@ public class ClassLoaderTest extends BaseTest {
|
||||
|
||||
@Test(groups = {"cluster"})
|
||||
public void testClassLoaderInMultiThreading() throws Exception {
|
||||
Assert.assertTrue(TestUtils.getNumWorkersPerProcess() > 1);
|
||||
|
||||
final String jobResourcePath = resourcePath + "/" + Ray.getRuntimeContext().getCurrentJobId();
|
||||
File jobResourceDir = new File(jobResourcePath);
|
||||
FileUtils.deleteQuietly(jobResourceDir);
|
||||
|
||||
Reference in New Issue
Block a user