summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-01-17 09:50:05 -0700
committerDavid Bremner <bremner@debian.org>2019-08-26 16:23:12 -0300
commitee39a0d26adffb6b058b85fb285296bc16f3cd06 (patch)
treeb7048f9bc761212a3e3b0c7df70cd3b7b62f6e6c
parentd520775f8541305e6180031d3cd36d28439f9df9 (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