diff --git a/tests/command_line_interface/test_cases/test_read_only_flows.ts b/tests/command_line_interface/test_cases/test_read_only_flows.ts index f556467..c82ae08 100644 --- a/tests/command_line_interface/test_cases/test_read_only_flows.ts +++ b/tests/command_line_interface/test_cases/test_read_only_flows.ts @@ -40,6 +40,7 @@ global_setup = ["python3 -m hdx_cli.main project create test_ci_project", ] global_teardown = ["python3 -m hdx_cli.main storage delete --disable-confirmation-prompt test_ci_storage", + #"python3 -m hdx_cli.main project delete --disable-confirmation-prompt test_ci_project", "python3 -m hdx_cli.main project delete --disable-confirmation-prompt test_ci_project", "python3 -m hdx_cli.main unset"]