We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eac9fe commit 261ce85Copy full SHA for 261ce85
test_report/tests/report.rs
@@ -62,6 +62,8 @@ fn clean_up_cache_files() {
62
#[serial]
63
async fn publish_test_report() {
64
cleanup_env_vars();
65
+ clean_up_cache_files();
66
+
67
let temp_dir = tempdir().unwrap();
68
let repo_setup_res = setup_repo_with_commit(&temp_dir);
69
generate_mock_codeowners(&temp_dir);
@@ -933,6 +935,4 @@ async fn test_get_quarantine_config_disk_cache() {
933
935
assert_eq!(get_quarantine_config_requests.len(), 2);
934
936
assert_eq!(get_quarantine_config_requests[1].repo, repo_2,);
937
}
-
- clean_up_cache_files();
938
0 commit comments