Skip to content

Commit

Permalink
Ignore a failing test which requires a special set of permissions to …
Browse files Browse the repository at this point in the history
…operate
  • Loading branch information
rtyler committed Sep 19, 2023
1 parent 61b299f commit a0af48d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rust/tests/integration_object_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a0af48d

Please sign in to comment.