pacu: disable failing tests

This commit is contained in:
Fabian Affolter 2024-04-12 09:58:23 +02:00
parent ef4e2f85f1
commit 8d24f24690
1 changed files with 3 additions and 2 deletions

View File

@ -74,8 +74,9 @@ in python.pkgs.buildPythonApplication rec {
];
disabledTests = [
# sqlalchemy.exc.ArgumentError: Textual SQL expression
#"test_migrations"
# sAttributeError: module 'moto' has no attribute 'mock_s3'
"test_update"
"test_update_second_time"
];
meta = with lib; {