summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-01-17 09:50:05 -0700
committerDavid Bremner <bremner@debian.org>2018-06-02 21:18:59 -0300
commit20b5de4594adb5cfc8a6433c3c397367c5ea6251 (patch)
treed36b10cf302f17127afe38a850510b18d8368552
parent2f530b1d24e0649ddfe8738327f47b314e8d36c5 (diff)
disable-tests-that-need-network
Gbp-Pq: Name 0002-disable-tests-that-need-network.patch
-rw-r--r--test/pkg-info-test.el30
1 files changed, 15 insertions, 15 deletions
diff --git a/test/pkg-info-test.el b/test/pkg-info-test.el
index 49f6f76..9731e83 100644
--- a/test/pkg-info-test.el
+++ b/test/pkg-info-test.el
@@ -163,27 +163,27 @@
(ert-deftest pkg-info-format-version/prerelease-version ()
(should (equal (pkg-info-format-version '(2 1 -3)) "2.1alpha")))
-(ert-deftest pkg-info-get-melpa-recipe/has-a-proper-recipe ()
- (should (equal (pkg-info-get-melpa-recipe 'pkg-info)
- '((fetcher . "github") (repo . "lunaryorn/pkg-info.el")))))
+;; (ert-deftest pkg-info-get-melpa-recipe/has-a-proper-recipe ()
+;; (should (equal (pkg-info-get-melpa-recipe 'pkg-info)
+;; '((fetcher . "github") (repo . "lunaryorn/pkg-info.el")))))
-(ert-deftest pkg-info-get-melpa-recipe/package-does-not-exist ()
- (should-not (pkg-info-get-melpa-recipe 'foobarblubb)))
+;; (ert-deftest pkg-info-get-melpa-recipe/package-does-not-exist ()
+;; (should-not (pkg-info-get-melpa-recipe 'foobarblubb)))
-(ert-deftest pkg-info-get-melpa-fetcher/has-a-fetcher ()
- (should (equal (pkg-info-get-melpa-fetcher 'pkg-info) "github")))
+;; (ert-deftest pkg-info-get-melpa-fetcher/has-a-fetcher ()
+;; (should (equal (pkg-info-get-melpa-fetcher 'pkg-info) "github")))
-(ert-deftest pkg-info-get-melpa-fetcher/package-does-not-exist ()
- (should-not (pkg-info-get-melpa-fetcher 'foobarblubb)))
+;; (ert-deftest pkg-info-get-melpa-fetcher/package-does-not-exist ()
+;; (should-not (pkg-info-get-melpa-fetcher 'foobarblubb)))
-(ert-deftest pkg-info-wiki-package-p/a-wiki-package ()
- (should (pkg-info-wiki-package-p 'dired+)))
+;; (ert-deftest pkg-info-wiki-package-p/a-wiki-package ()
+;; (should (pkg-info-wiki-package-p 'dired+)))
-(ert-deftest pkg-info-wiki-package-p/not-a-wiki-package ()
- (should-not (pkg-info-wiki-package-p 'pkg-info)))
+;; (ert-deftest pkg-info-wiki-package-p/not-a-wiki-package ()
+;; (should-not (pkg-info-wiki-package-p 'pkg-info)))
-(ert-deftest pkg-info-wiki-package-p/package-does-not-exist ()
- (should-not (pkg-info-wiki-package-p 'foobarblubb)))
+;; (ert-deftest pkg-info-wiki-package-p/package-does-not-exist ()
+;; (should-not (pkg-info-wiki-package-p 'foobarblubb)))
;; Variables:
;; coding: utf-8