diff --git a/quic-forward-proxy-integration-test/tests/quic_proxy_tpu_integrationtest.rs b/quic-forward-proxy-integration-test/tests/quic_proxy_tpu_integrationtest.rs index 0a563c79..923ac7a1 100644 --- a/quic-forward-proxy-integration-test/tests/quic_proxy_tpu_integrationtest.rs +++ b/quic-forward-proxy-integration-test/tests/quic_proxy_tpu_integrationtest.rs @@ -133,7 +133,6 @@ pub fn bench_proxy() { } // note: this tests are flakes on CI ond also local (see https://mangolana.atlassian.net/browse/MAN-59) -#[ignore] #[test] pub fn with_10000_transactions_direct() { configure_logging(false); @@ -146,7 +145,6 @@ pub fn with_10000_transactions_direct() { } // note: this tests are flakes on CI ond also local (see https://mangolana.atlassian.net/browse/MAN-59) -#[ignore] #[test] pub fn with_10000_transactions_proxy() { configure_logging(false);