Move 'test_recv_keys_default' to a new test group which doesn't run.

* FIXES #99 temporarily.
fix/99-recv-keys-network-test
Isis Lovecruft 2015-03-13 02:25:10 +00:00
parent 657be31ae1
commit af403fe144
No known key found for this signature in database
GPG Key ID: 18C16EC5F9F1D673
1 changed files with 3 additions and 2 deletions

View File

@ -1203,8 +1203,9 @@ suites = { 'parsers': set(['test_parsers_fix_unsafe',
'test_secret_keyring',
'test_import_and_export',
'test_deletion',
'test_import_only',
'test_recv_keys_default',]), }
'test_import_only']),
'recvkeys': set(['test_recv_keys_default']),
}
def main(args):
if not args.quiet: