diff --git a/rust/tests/integration_object_store.rs b/rust/tests/integration_object_store.rs index f75a31b020..8431cc4842 100644 --- a/rust/tests/integration_object_store.rs +++ b/rust/tests/integration_object_store.rs @@ -31,6 +31,10 @@ async fn test_object_store_onelake() -> TestResult { Ok(()) } +// NOTE: This test is ignored based on [this +// comment](https://github.com/delta-io/delta-rs/pull/1564#issuecomment-1721048753) and we should +// figure out a way to re-enable this test at least in the GitHub Actions CI environment +#[ignore] #[cfg(feature = "azure")] #[tokio::test] #[serial]