Ignore log tests due to concurrency conflicts (#9719)

This commit is contained in:
Jack May
2020-04-25 22:38:59 -07:00
committed by GitHub
parent c9d6c39c31
commit d3e3f51330
3 changed files with 4 additions and 11 deletions

View File

@@ -20,10 +20,6 @@ solana-sdk = { path = "../../sdk", version = "1.2.0" }
solana_rbpf = "=0.1.25"
thiserror = "1.0"
[dev-dependencies]
serial_test = "0.4.0"
serial_test_derive = "0.4.0"
[lib]
crate-type = ["lib", "cdylib"]
name = "solana_bpf_loader_program"