Skip to content

Commit 5c4376f

Browse files
mvo5ondrejbudai
authored andcommitted
plans: disable the aws upload test
Disable the aws upload test until we have the AWS credentials added back as github secrets.
1 parent 36a88cf commit 5c4376f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plans/integration.fmf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ execute:
3333
echo "Install test requirements"
3434
pip install --user -r test/requirements.txt
3535
echo "Run tests"
36-
pytest --force-aws-upload
36+
# mvo:2025-07-14: disabled AWS upload test until we add back the credentials
37+
pytest # --force-aws-upload
3738
duration: 4h
3839
finish:
3940
how: shell

0 commit comments

Comments
 (0)