From a5dfc9025bd6c49537be4b3cec548cac261eaf97 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Mon, 3 Jun 2019 21:32:05 -0500 Subject: [PATCH] test: mark a regression in Git The issue is reported, and a proposed fix has been sent: https://marc.info/?l=git&m=155961441427321 Signed-off-by: Felipe Contreras --- test/main.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/main.t b/test/main.t index 183e60c..4318110 100755 --- a/test/main.t +++ b/test/main.t @@ -853,7 +853,7 @@ test_expect_failure 'push updates notes' ' test_cmp expected actual ' -test_expect_success 'pull tags' ' +test_expect_unstable 'pull tags' ' test_when_finished "rm -rf hgrepo gitrepo" && (