ignore more flakey quic tests

This commit is contained in:
GroovieGermanikus 2023-08-21 17:48:55 +02:00
parent 7f9f9f4a4e
commit 311ac390e8
1 changed files with 4 additions and 0 deletions

View File

@ -144,6 +144,8 @@ 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);
@ -155,6 +157,8 @@ pub fn with_10000_transactions_proxy() {
});
}
// note: this tests are flakes on CI ond also local (see https://mangolana.atlassian.net/browse/MAN-59)
#[ignore]
#[test]
pub fn many_transactions_proxy() {
configure_logging(false);