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 50d898b commit 230f109Copy full SHA for 230f109
etl/tests/failpoints/pipeline_test.rs
@@ -70,10 +70,6 @@ async fn table_copy_fails_after_data_sync_threw_an_error_with_no_retry() {
70
// Verify no data is there.
71
let table_rows = destination.get_table_rows().await;
72
assert!(table_rows.is_empty());
73
-
74
- // Verify table schemas were correctly stored.
75
- let table_schemas = store.get_table_schemas().await;
76
- assert!(table_schemas.is_empty());
77
}
78
79
#[tokio::test(flavor = "multi_thread")]
0 commit comments