ARTEMIS-4778: remove spawn check rule, not needed as the tests dont spawn
This commit is contained in:
parent
3e20687cf3
commit
243ea9aa01
|
@ -19,11 +19,9 @@ package org.apache.activemq.artemis.amqpJMS;
|
|||
import java.io.IOException;
|
||||
import java.util.Properties;
|
||||
|
||||
import org.apache.activemq.artemis.tests.rules.SpawnedVMCheck;
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.Assert;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Rule;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.Suite;
|
||||
import org.junit.runners.Suite.SuiteClasses;
|
||||
|
@ -53,10 +51,6 @@ import org.objectweb.jtests.jms.framework.JMSTestCase;
|
|||
@SuiteClasses({TopicConnectionTest.class, ConnectionTest.class, MessageBodyTest.class, MessageDefaultTest.class, MessageTypeTest.class, MessageHeaderTest.class, JMSXPropertyTest.class, MessagePropertyConversionTest.class, MessagePropertyTest.class, QueueBrowserTest.class, TemporaryQueueTest.class, SelectorSyntaxTest.class, SelectorTest.class, QueueSessionTest.class, SessionTest.class, TopicSessionTest.class, UnifiedSessionTest.class, TemporaryTopicTest.class,})
|
||||
public class JoramAMQPAggregationTest extends Assert {
|
||||
|
||||
|
||||
@Rule
|
||||
public SpawnedVMCheck check = new SpawnedVMCheck();
|
||||
|
||||
/**
|
||||
* Should be overridden
|
||||
*
|
||||
|
|
|
@ -19,11 +19,9 @@ package org.apache.activemq.artemis.jms;
|
|||
import java.io.IOException;
|
||||
import java.util.Properties;
|
||||
|
||||
import org.apache.activemq.artemis.tests.rules.SpawnedVMCheck;
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.Assert;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Rule;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.Suite;
|
||||
import org.junit.runners.Suite.SuiteClasses;
|
||||
|
@ -53,9 +51,6 @@ import org.objectweb.jtests.jms.framework.JMSTestCase;
|
|||
@SuiteClasses({TopicConnectionTest.class, ConnectionTest.class, MessageBodyTest.class, MessageDefaultTest.class, MessageTypeTest.class, MessageHeaderTest.class, JMSXPropertyTest.class, MessagePropertyConversionTest.class, MessagePropertyTest.class, QueueBrowserTest.class, TemporaryQueueTest.class, SelectorSyntaxTest.class, SelectorTest.class, QueueSessionTest.class, SessionTest.class, TopicSessionTest.class, UnifiedSessionTest.class, TemporaryTopicTest.class,})
|
||||
public class JoramCoreAggregationTest extends Assert {
|
||||
|
||||
@Rule
|
||||
public SpawnedVMCheck check = new SpawnedVMCheck();
|
||||
|
||||
/**
|
||||
* Should be overridden
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue