diff --git a/tests/test_dynamodb.py b/tests/test_dynamodb.py index f75d9140..4f884b1d 100644 --- a/tests/test_dynamodb.py +++ b/tests/test_dynamodb.py @@ -63,7 +63,6 @@ def test_dynamodb_with_existing_table(self, app_utils): Setting the SESSION_DYNAMODB_TABLE_EXISTS to True for an existing table shouldn't change anything. """ - pytest.skip("This test is not working") with self.setup_dynamodb(): app = app_utils.create_app( {