We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c865a4b commit d4c8882Copy full SHA for d4c8882
tests/object_store_integration_test.rs
@@ -200,7 +200,7 @@ async fn create_s3_test_catalog(
200
}
201
202
#[tokio::test]
203
-#[cfg_attr(feature = "skip-docker-tests", ignore)]
+#[cfg_attr(feature = "skip-tests-with-docker", ignore)]
204
async fn test_minio_object_store_integration() -> anyhow::Result<()> {
205
// Tests DataFusion-DuckLake reading from S3/MinIO with DuckDB-created data
206
0 commit comments