diff options
author | Andre Heinecke <[email protected]> | 2016-10-05 14:01:20 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-10-05 14:01:20 +0000 |
commit | 52a91ccc6a25425d4374b77040e30efb6816940f (patch) | |
tree | e7670e42692d9becaaa616623c06173fc7b32027 | |
parent | python: Link 'data.h' and 'config.h' into the builddir. (diff) | |
download | gpgme-52a91ccc6a25425d4374b77040e30efb6816940f.tar.gz gpgme-52a91ccc6a25425d4374b77040e30efb6816940f.zip |
qt: Disable t-wkspublish test
* lang/qt/tests/Makefile.am (TESTS): Remove t-wkspublish.
--
Even the only enabled test did a connection to localhost this
might fail if it is stalled and is an outside factor. It also might
be disturbing other services locally.
-rw-r--r-- | lang/qt/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am index f243a55e..72ea324f 100644 --- a/lang/qt/tests/Makefile.am +++ b/lang/qt/tests/Makefile.am @@ -25,7 +25,7 @@ TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) EXTRA_DIST = initial.test TESTS = initial.test t-keylist t-keylocate t-ownertrust t-tofuinfo \ - t-encrypt t-wkspublish + t-encrypt moc_files = t-keylist.moc t-keylocate.moc t-ownertrust.moc t-tofuinfo.moc \ t-encrypt.moc t-support.hmoc t-wkspublish.moc |