Skip to content

Commit

Permalink
change 7 skip one test
Browse files Browse the repository at this point in the history
  • Loading branch information
ShammiL committed Aug 14, 2024
1 parent 350c974 commit 832319b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
echo "JAVA_TOOL_OPTIONS=$NEW_JAVA_TOOL_OPTIONS" >> $GITHUB_ENV
- name: Build with Maven
run: |
mvn -B clean install --file pom.xml -fae '-Dtest=!ODataETagTestCase#validateETagConcurrentHandlingTestCaseForDeleteMethod+validateETagConcurrentHandlingTestCaseForUpdatePropertyWithPutMethod+validateETagConcurrentHandlingTestCaseForUpdatePropertyWithPatchMethod'
mvn -B clean install --file pom.xml -fae '-Dtest=!validateETagConcurrentHandlingTestCaseForDeleteMethod'
env:
JAVA_TOOL_OPTIONS: ${{ env.JAVA_TOOL_OPTIONS }}

Expand Down

0 comments on commit 832319b

Please sign in to comment.