Skip to content

Commit a56cc1b

Browse files
author
Vladimir Rodionov
committed
flaky-tests: Set two tests to be ignored due to failure in build #1500
Add test ignore config option to pgsql_delete_from_table_without_pk and test_proxied_queries_telemetry Change-Id: I35837baacb4acff71bb852d300390f96af06eaff Reviewed-on: https://gerrit.readyset.name/c/readyset/+/5132 Tested-by: Buildkite CI Reviewed-by: Griffin Smith <[email protected]>
1 parent 9b2ff4f commit a56cc1b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

readyset-mysql/tests/integration.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,6 +1920,7 @@ async fn test_show_caches_queries_telemetry() {
19201920
}
19211921

19221922
#[tokio::test(flavor = "multi_thread")]
1923+
#[ignore = "Flaky test (REA-2878)"]
19231924
async fn test_proxied_queries_telemetry() {
19241925
readyset_tracing::init_test_logging();
19251926
// This variation on setup_telemetry sets up a periodic reporter for proxied queries.

replicators/tests/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2420,6 +2420,7 @@ async fn pgsql_unsupported() {
24202420

24212421
#[tokio::test(flavor = "multi_thread")]
24222422
#[serial_test::serial]
2423+
#[ignore = "Flaky test (REA-2878)"]
24232424
async fn pgsql_delete_from_table_without_pk() {
24242425
readyset_tracing::init_test_logging();
24252426
let url = pgsql_url();

0 commit comments

Comments
 (0)