Skip to content

Commit

Permalink
failsafe knows argLine property
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Aug 15, 2023
1 parent 3600860 commit 34042cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion foundation/eclipselink.core.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
</goals>
<configuration>
<skipTests>${skipTests}</skipTests>
<argValue>-Dignore</argValue>
<argLine>-Dignore</argLine>
<includes>
<include>org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest</include>
</includes>
Expand Down
4 changes: 2 additions & 2 deletions jpa/eclipselink.jaxrs.test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2019, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2019, 2023 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
Expand Down Expand Up @@ -153,7 +153,7 @@
</goals>
<configuration>
<!--<skipTests>${skip-test-jpa-srg}</skipTests>-->
<argValue>-Dignore</argValue>
<argLine>-Dignore</argLine>
<includes>
<include>org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion jpa/eclipselink.jpa.wdf.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
</goals>
<configuration>
<skipTests>${test-skip-jpa-wdf}</skipTests>
<argValue>-Dignore</argValue>
<argLine>-Dignore</argLine>
<includes>
<include>org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest</include>
</includes>
Expand Down

0 comments on commit 34042cd

Please sign in to comment.