Temporarily ignore since it's causing time-outs.
This commit is contained in:
@@ -26,7 +26,7 @@ import org.apache.camel.ProducerTemplate
|
||||
import org.apache.camel.component.activemq.ActiveMQComponent
|
||||
import org.apache.camel.component.jms.JmsConfiguration
|
||||
import org.apache.camel.impl.engine.DefaultShutdownStrategy
|
||||
import spock.lang.IgnoreIf
|
||||
import spock.lang.Ignore
|
||||
import spock.lang.Specification
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired
|
||||
@@ -50,7 +50,7 @@ import org.springframework.test.context.ContextConfiguration
|
||||
@SpringBootTest(properties = "debug=true")
|
||||
@AutoConfigureStubRunner
|
||||
@DirtiesContext(classMode = DirtiesContext.ClassMode.AFTER_EACH_TEST_METHOD)
|
||||
@IgnoreIf({ os.windows })
|
||||
@Ignore
|
||||
class CamelStubRunnerSpec extends Specification {
|
||||
|
||||
@Autowired
|
||||
|
||||
Reference in New Issue
Block a user