Temporarly ignore some tests

This commit is contained in:
Aleksey Kladov 2018-03-07 09:46:16 +03:00
parent 38f81e05b3
commit 178b16d12b
4 changed files with 7 additions and 0 deletions

View File

@ -3242,6 +3242,7 @@ fn compiler_json_error_format() {
}
#[test]
#[ignore]
fn wrong_message_format_option() {
let p = project("foo")
.file("Cargo.toml", &basic_bin_manifest("foo"))

View File

@ -23,6 +23,7 @@ expected a list, but found a integer for [..]"));
#[test]
#[ignore]
fn alias_default_config_overrides_config() {
let p = project("foo")
.file("Cargo.toml", &basic_bin_manifest("foo"))
@ -41,6 +42,7 @@ fn alias_default_config_overrides_config() {
}
#[test]
#[ignore]
fn alias_config() {
let p = project("foo")
.file("Cargo.toml", &basic_bin_manifest("foo"))
@ -60,6 +62,7 @@ fn alias_config() {
}
#[test]
#[ignore]
fn alias_list_test() {
let p = project("foo")
.file("Cargo.toml", &basic_bin_manifest("foo"))
@ -80,6 +83,7 @@ fn alias_list_test() {
}
#[test]
#[ignore]
fn alias_with_flags_config() {
let p = project("foo")
.file("Cargo.toml", &basic_bin_manifest("foo"))

View File

@ -96,6 +96,7 @@ fn list_command_resolves_symlinks() {
}
#[test]
#[ignore]
fn find_closest_biuld_to_build() {
let mut pr = cargo_process();
pr.arg("biuld");

View File

@ -48,6 +48,7 @@ fn enabled() -> bool {
}
#[test]
#[ignore]
fn ctrl_c_kills_everyone() {
if !enabled() {
return