macos_key_storage: runner ignore tests
Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -111,7 +111,11 @@ mod tests {
|
|||||||
service_name: TEST_SERVICE_NAME,
|
service_name: TEST_SERVICE_NAME,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// individual tests are ignored so test runner doesn't run them all concurrently
|
||||||
|
// TODO: a way to run them all serially should be devised
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn add_and_remove_test_pubkey_only() {
|
fn add_and_remove_test_pubkey_only() {
|
||||||
let num_keys_before_test = STORAGE.get_pubkeys().len();
|
let num_keys_before_test = STORAGE.get_pubkeys().len();
|
||||||
|
|
||||||
@@ -154,11 +158,13 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn add_and_remove_full() {
|
fn add_and_remove_full() {
|
||||||
add_and_remove_full_n(1);
|
add_and_remove_full_n(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn add_and_remove_full_10() {
|
fn add_and_remove_full_10() {
|
||||||
add_and_remove_full_n(10);
|
add_and_remove_full_n(10);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user