Ignore test_helper_sol_log due to solana_logger concurency issue (#9654)
This commit is contained in:
@ -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!";
|
||||||
|
Reference in New Issue
Block a user