Move 'test_recv_keys_default' to a new test group which doesn't run.
* FIXES #99 temporarily.fix/99-recv-keys-network-test
parent
657be31ae1
commit
af403fe144
|
|
@ -1203,8 +1203,9 @@ suites = { 'parsers': set(['test_parsers_fix_unsafe',
|
||||||
'test_secret_keyring',
|
'test_secret_keyring',
|
||||||
'test_import_and_export',
|
'test_import_and_export',
|
||||||
'test_deletion',
|
'test_deletion',
|
||||||
'test_import_only',
|
'test_import_only']),
|
||||||
'test_recv_keys_default',]), }
|
'recvkeys': set(['test_recv_keys_default']),
|
||||||
|
}
|
||||||
|
|
||||||
def main(args):
|
def main(args):
|
||||||
if not args.quiet:
|
if not args.quiet:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue