Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-ivanov-es committed Dec 12, 2024
1 parent 879e8ff commit 0155b6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class ThreadPoolSerializationTests extends ESTestCase {
@Before
public void setUp() throws Exception {
super.setUp();
threadPoolType = randomFrom(ThreadPool.ThreadPoolType.values());
threadPoolType = randomFrom(ThreadPool.ThreadPoolType.FIXED, ThreadPool.ThreadPoolType.SCALING);
}

public void testThatQueueSizeSerializationWorks() throws Exception {
Expand Down

0 comments on commit 0155b6d

Please sign in to comment.