Skip to content

Commit d4c8882

Browse files
committed
fix c&p error
1 parent c865a4b commit d4c8882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/object_store_integration_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ async fn create_s3_test_catalog(
200200
}
201201

202202
#[tokio::test]
203-
#[cfg_attr(feature = "skip-docker-tests", ignore)]
203+
#[cfg_attr(feature = "skip-tests-with-docker", ignore)]
204204
async fn test_minio_object_store_integration() -> anyhow::Result<()> {
205205
// Tests DataFusion-DuckLake reading from S3/MinIO with DuckDB-created data
206206

0 commit comments

Comments
 (0)