From d41c04f778155f6c1a891fc1b503293bfeeeab3c Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Mon, 13 May 2024 10:51:50 +0100 Subject: [PATCH] remove flakey test --- tests/test_plugin.zunit | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/test_plugin.zunit b/tests/test_plugin.zunit index bbcaa4c..e1c1543 100644 --- a/tests/test_plugin.zunit +++ b/tests/test_plugin.zunit @@ -10,16 +10,6 @@ } } -@test 'version exported' { - git_version="$(git tag --list | sort -V | tail -1)" - git tag --list - - load "../auto-notify.plugin.zsh" - - assert "$AUTO_NOTIFY_VERSION" is_not_empty - assert "$AUTO_NOTIFY_VERSION" same_as "$git_version" -} - @test 'print warning if notify-send is not installed' { function type { return 1