Skip to content
Snippets Groups Projects
Commit a7d940c3 authored by Sherman Yang's avatar Sherman Yang
Browse files

ignore indexer record related integration tests temporarily until indexer queue is deployed

parent c701ebd5
No related branches found
No related tags found
1 merge request!6Trusted ibm
......@@ -2,9 +2,11 @@ package org.opengroup.osdu.step_definitions.index.record;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
import org.junit.Ignore;
import org.junit.runner.RunWith;
@Ignore
@RunWith(Cucumber.class)
@CucumberOptions(
features = "src/test/resources/features/indexrecord/IndexRecord.feature",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment