Disable C test (#5628)

This commit is contained in:
Jack May 2019-08-23 16:11:34 -07:00 committed by Michael Vines
parent bb80116605
commit 877e7a3893
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ mod bpf {
use solana_sdk::signature::KeypairUtil;
use std::io::Read;
#[ignore]
#[test]
fn test_program_bpf_c() {
solana_logger::setup();