Ignore test_helper_sol_log due to solana_logger concurency issue (#9654)

This commit is contained in:
Jack May
2020-04-22 10:03:41 -07:00
committed by GitHub
parent 9b71573965
commit 89b30b4853

View File

@ -403,6 +403,9 @@ mod tests {
.unwrap(); .unwrap();
} }
// Ignore this test: solana_logger conflicts when running tests concurrently,
// this results in the bad string length being ignored and not returning an error
#[ignore]
#[test] #[test]
fn test_helper_sol_log() { fn test_helper_sol_log() {
let string = "Gaggablaghblagh!"; let string = "Gaggablaghblagh!";