We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5863f69 commit f490359Copy full SHA for f490359
1 file changed
ddprof-test/src/test/java/com/datadoghq/profiler/wallclock/ContendedWallclockSamplesTest.java
@@ -5,7 +5,6 @@
5
import com.datadoghq.profiler.context.ContextExecutor;
6
import com.datadoghq.profiler.junit.CStack;
7
import com.datadoghq.profiler.junit.RetryTest;
8
-import org.junit.jupiter.api.Assumptions;
9
import org.junit.jupiter.api.TestTemplate;
10
import org.junit.jupiter.params.provider.ValueSource;
11
import org.openjdk.jmc.common.item.IItem;
@@ -21,8 +20,6 @@
21
20
import java.util.concurrent.atomic.AtomicLong;
22
23
import static org.junit.jupiter.api.Assertions.assertTrue;
24
-import static org.junit.jupiter.api.Assumptions.assumeFalse;
25
-import static org.junit.jupiter.api.Assumptions.assumeTrue;
26
27
28
public class ContendedWallclockSamplesTest extends CStackAwareAbstractProfilerTest {
0 commit comments