File tree Expand file tree Collapse file tree 2 files changed +22
-8
lines changed Expand file tree Collapse file tree 2 files changed +22
-8
lines changed Original file line number Diff line number Diff line change @@ -1732,7 +1732,7 @@ mod tests {
17321732 }
17331733
17341734 #[ tokio:: test]
1735- async fn head_returns_true_for_matching_etag ( ) {
1735+ async fn test_k8s_integration_head_returns_true_for_matching_etag ( ) {
17361736 use chroma_storage:: s3:: s3_client_for_test_with_new_bucket;
17371737
17381738 let storage = s3_client_for_test_with_new_bucket ( ) . await ;
@@ -1762,7 +1762,7 @@ mod tests {
17621762 }
17631763
17641764 #[ tokio:: test]
1765- async fn head_returns_false_for_non_matching_etag ( ) {
1765+ async fn test_k8s_integration_head_returns_false_for_non_matching_etag ( ) {
17661766 use chroma_storage:: s3:: s3_client_for_test_with_new_bucket;
17671767
17681768 let storage = s3_client_for_test_with_new_bucket ( ) . await ;
@@ -1789,7 +1789,7 @@ mod tests {
17891789 }
17901790
17911791 #[ tokio:: test]
1792- async fn head_returns_error_for_nonexistent_manifest ( ) {
1792+ async fn test_k8s_integration_head_returns_error_for_nonexistent_manifest ( ) {
17931793 use chroma_storage:: s3:: s3_client_for_test_with_new_bucket;
17941794
17951795 let storage = s3_client_for_test_with_new_bucket ( ) . await ;
You can’t perform that action at this time.
0 commit comments