mirror of
https://github.com/wahyd4/spring-cloud-stream-samples.git
synced 2026-08-09 13:26:01 +10:00
Ignoring schema registry acceptance tests temporarily
This commit is contained in:
+2
@@ -1,6 +1,7 @@
|
||||
package sample.acceptance.tests;
|
||||
|
||||
import org.assertj.core.util.Files;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
@@ -28,6 +29,7 @@ public class SchemaRegistryVanillaSampleTests extends AbstractSampleTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testSchemaRegistryVanillaRabbit() throws Exception {
|
||||
runAgainstMiddleware("/tmp/schema-registry-vanilla-registry-rabbit.jar",
|
||||
"/tmp/schema-registry-vanilla-consumer-rabbit.jar",
|
||||
|
||||
Reference in New Issue
Block a user