MAN-59 disable flaky tests

This commit is contained in:
GroovieGermanikus 2023-08-11 17:45:36 +02:00
parent 4982325e67
commit 0aebd7b362
2 changed files with 8 additions and 2 deletions

View File

@ -116,6 +116,8 @@ pub fn with_1000_transactions_direct() {
});
}
// note: this tests are flakes on CI ond also local (see https://mangolana.atlassian.net/browse/MAN-59)
#[ignore]
#[test]
pub fn bench_proxy() {
configure_logging(true);
@ -129,6 +131,8 @@ 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);
@ -151,9 +155,8 @@ pub fn with_10000_transactions_proxy() {
});
}
#[ignore]
#[test]
pub fn too_many_transactions() {
pub fn many_transactions_proxy() {
configure_logging(false);
wireup_and_send_txs_via_channel(TestCaseParams {

View File

@ -73,6 +73,8 @@ pub fn small_tx_batch_unstaked() {
});
}
// note: this tests are flakes on CI ond also local (see https://mangolana.atlassian.net/browse/MAN-59)
#[ignore]
#[test]
pub fn many_transactions() {
configure_logging(false);
@ -83,6 +85,7 @@ pub fn many_transactions() {
});
}
// note: this tests are flakes on CI ond also local (see https://mangolana.atlassian.net/browse/MAN-59)
#[ignore]
#[test]
pub fn too_many_transactions() {