Skip to content

Commit

Permalink
reenable acceptance tests for crypto module
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Oct 6, 2023
1 parent 17b9cb3 commit 973c960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
cp sdk-specifications/features/access/authorization-failure-reporting.feature tests/acceptance/pam
cp sdk-specifications/features/access/grant-token.feature tests/acceptance/pam
cp sdk-specifications/features/access/revoke-token.feature tests/acceptance/pam
# cp sdk-specifcations/features/encryption/cryptor-module.feature tests/accetpance/encryption/assets/cryptor-module.feature
# cp sdk-specifcations/features/encryption/assets/ tests/accetpance/encryption/assets/
cp sdk-specifications/features/encryption/cryptor-module.feature tests/accetpance/encryption/cryptor-module.feature
cp sdk-specifications/features/encryption/assets/ tests/accetpance/encryption/assets/
sudo pip3 install -r requirements-dev.txt
behave --junit tests/acceptance/pam
# behave --junit tests/acceptance/encryption/cryptor-module.feature
behave --junit tests/acceptance/encryption/cryptor-module.feature -t=~na=python -k
- name: Expose acceptance tests reports
uses: actions/upload-artifact@v3
if: always()
Expand Down
17 changes: 0 additions & 17 deletions tests/acceptance/encryption/message-encryption.feature

This file was deleted.

0 comments on commit 973c960

Please sign in to comment.