tests: skip broken tests

This commit is contained in:
Tim-Philipp Müller 2012-09-23 21:14:03 +01:00 committed by Tim-Philipp Müller
parent e898be56b9
commit d932e6b179
2 changed files with 2 additions and 2 deletions

View file

@ -160,7 +160,7 @@ avdec_adpcm_suite (void)
TCase *tc_chain = tcase_create ("general");
suite_add_tcase (s, tc_chain);
tcase_add_test (tc_chain, test_low_sample_rate_adpcm);
tcase_skip_broken_test (tc_chain, test_low_sample_rate_adpcm);
return s;
}

View file

@ -198,7 +198,7 @@ avdemux_ape_suite (void)
TCase *tc_chain = tcase_create ("general");
suite_add_tcase (s, tc_chain);
tcase_add_test (tc_chain, test_tag_caching);
tcase_skip_broken_test (tc_chain, test_tag_caching);
return s;
}