Skip to content

Commit

Permalink
@releng - fixing test after AEM docker image update
Browse files Browse the repository at this point in the history
  • Loading branch information
LSantha committed Nov 8, 2023
1 parent ec875b3 commit 8f3d0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/ci/it-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ try {

// Run integration tests
if (TYPE === 'integration') {
let excludedCategory = classifier === 'classic' ? 'com.venia.it.category.IgnoreOn65' : 'com.venia.it.category.IgnoreOnCloud';
let excludedCategory = classifier === 'classic' ? 'com.venia.it.category.IgnoreOnCloud' : 'com.venia.it.category.IgnoreOn65';
ci.dir('it.tests', () => {
ci.sh(`mvn clean verify -U -B -Plocal -Dexclude.category=${excludedCategory}`); // The -Plocal profile comes from the AEM archetype
});
Expand Down

0 comments on commit 8f3d0d3

Please sign in to comment.