From 4ec00b0ff0db19dea79f28772ebb17e4b30ee2d4 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 20 Sep 2021 10:21:30 +0200 Subject: [PATCH] Remove superfluous skip in auth-source-tests.el * test/lisp/auth-source-tests.el (auth-source-test-netrc-create-secret): Remove superfluous skip. --- test/lisp/auth-source-tests.el | 1 - 1 file changed, 1 deletion(-) diff --git a/test/lisp/auth-source-tests.el b/test/lisp/auth-source-tests.el index 08e8325e9f7..226bb69c463 100644 --- a/test/lisp/auth-source-tests.el +++ b/test/lisp/auth-source-tests.el @@ -360,7 +360,6 @@ (format "%s@%s" (plist-get auth-info :user) (plist-get auth-info :host)))))) (ert-deftest auth-source-test-netrc-create-secret () - (skip-unless secrets-enabled) (let* ((netrc-file (make-temp-file "auth-source-test")) (auth-sources (list netrc-file)) (auth-source-save-behavior t) -- 2.39.5