Ignore LongSharedExecutorPoolTest until SEPThreadpool is re-evaluated post 4.0

patch by Mick Semb Wever; reviewed by Ekaterina Dimitrova for CASSANDRA-16497
This commit is contained in:
Mick Semb Wever 2021-03-22 16:18:56 +01:00
parent 0a49d25078
commit 86a3cfe2fa
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
1 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ import java.util.concurrent.locks.LockSupport;
import com.google.common.util.concurrent.Uninterruptibles;
import org.apache.commons.math3.distribution.WeibullDistribution;
import org.junit.Ignore;
import org.junit.Test;
public class LongSharedExecutorPoolTest
@ -96,7 +97,7 @@ public class LongSharedExecutorPoolTest
}
}
@Test
@Test @Ignore // see CASSANDRA-16497. re-evaluate SEPThreadpools post 4.0
public void testPromptnessOfExecution() throws InterruptedException, ExecutionException
{
testPromptnessOfExecution(TimeUnit.MINUTES.toNanos(2L), 0.5f);