Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Schema
Commits
3aefa0b7
Commit
3aefa0b7
authored
Feb 12, 2021
by
Riabokon Stanislav(EPAM)[GCP]
Browse files
Skipped int tests for GCP
parent
535c2fbd
Pipeline
#26425
passed with stages
in 153 minutes and 40 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
testing/schema-test-core/pom.xml
View file @
3aefa0b7
...
...
@@ -122,7 +122,7 @@
<goal>
integration-test
</goal>
</goals>
<configuration>
<skipTests>
${skipItTests}
</skipTests>
<skipTests>
true
</skipTests>
<includes>
<include>
org.opengroup.osdu.schema.runner.PreIntegrationTestsRunner
</include>
</includes>
...
...
@@ -134,7 +134,7 @@
<goal>
integration-test
</goal>
</goals>
<configuration>
<skipTests>
${skipItTests}
</skipTests>
<skipTests>
true
</skipTests>
<excludes>
<exclude>
none
</exclude>
</excludes>
...
...
@@ -149,7 +149,7 @@
<goal>
integration-test
</goal>
</goals>
<configuration>
<skipTests>
${skipItTests}
</skipTests>
<skipTests>
true
</skipTests>
<includes>
<include>
org.opengroup.osdu.schema.runner.TearDownTestsRunner
</include>
</includes>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment