Skip to content

Commit

Permalink
ACS-5830 Run arm64 workflow - uncomment transform tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekswieton committed Oct 4, 2023
1 parent 0428893 commit 7a8cdab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 7a8cdab

Please sign in to comment.