Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/catalog/tests/open.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ async fn test_open_read_only(state_builder: TestCatalogStateBuilder) {

#[mz_ore::test(tokio::test)]
#[cfg_attr(miri, ignore)] // unsupported operation: can't call foreign function `TLS_client_method` on OS `linux`
#[ignore] // doesn't work with https://github.com/MaterializeInc/materialize/commit/4b63360843dce25b4b634964c2fa35781ec990c5
async fn test_persist_open() {
let persist_client = PersistClient::new_for_tests().await;
let state_builder = TestCatalogStateBuilder::new(persist_client);
Expand Down