-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ACS-5830 Run arm64 workflow - uncomment transform tests
- Loading branch information
1 parent
0428893
commit 7a8cdab
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,8 +80,7 @@ jobs: | |
cd dtas | ||
# NOTE: some tests are temporarily disabled since the related components don't provide native ARM64 images yet | ||
python3 -m pytest --configuration ../tests/pipeline-all-amps/repo/target/dtas/dtas-config.json tests/ -s \ | ||
--ignore=tests/scenarios/test_sync.py \ | ||
-k "not test_rendition_doc_to_png and not test_rendition_doc_to_jpeg and not test_rendition_docx_to_png and not test_rendition_docx_to_jpeg and not test_rendition_pdf_to_png and not test_rendition_pdf_to_jpeg and not test_rendition_odt_to_png and not test_rendition_odt_to_jpeg and not test_rendition_xlsx_to_png and not test_rendition_xlsx_to_jpeg and not test_rendition_xls_to_png and not test_rendition_xls_to_jpeg" | ||
--ignore=tests/scenarios/test_sync.py | ||
- name: "Dump all Docker containers logs" | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
if: failure() && (steps.setup-env.outcome == 'failure' || steps.run-tests.outcome == 'failure') | ||
|