Skip to content

Commit 230f109

Browse files
Table schemas are always present now
1 parent 50d898b commit 230f109

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

etl/tests/failpoints/pipeline_test.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ async fn table_copy_fails_after_data_sync_threw_an_error_with_no_retry() {
7070
// Verify no data is there.
7171
let table_rows = destination.get_table_rows().await;
7272
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());
7773
}
7874

7975
#[tokio::test(flavor = "multi_thread")]

0 commit comments

Comments
 (0)