Test: don't use setDaemon in DiscoveryWithServiceDisruptionsIT.
This commit is contained in:
parent
39f86a1abe
commit
a1e83f6f4f
|
@ -476,7 +476,6 @@ public class DiscoveryWithServiceDisruptionsIT extends ESIntegTestCase {
|
||||||
});
|
});
|
||||||
|
|
||||||
thread.setName(name);
|
thread.setName(name);
|
||||||
thread.setDaemon(true);
|
|
||||||
thread.start();
|
thread.start();
|
||||||
indexers.add(thread);
|
indexers.add(thread);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue