From e888391b36307d0d4a1e12ba3a57b602c8b1528a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sun, 5 Dec 2021 11:19:40 +0100 Subject: [PATCH] gitlab: re-enable previously broken test --- bridge/gitlab/export_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bridge/gitlab/export_test.go b/bridge/gitlab/export_test.go index 88b0d44eb5d71e6157567d4bd94feaca093be7fb..422366c1118d656eb788675fed282b3195bab9c3 100644 --- a/bridge/gitlab/export_test.go +++ b/bridge/gitlab/export_test.go @@ -242,11 +242,6 @@ func TestGitlabPushPull(t *testing.T) { for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { - if tt.name == "bug changed status" { - t.Skip("test known as broken, see https://github.com/MichaelMure/git-bug/issues/435 and complain to gitlab") - // TODO: fix, somehow, someday, or drop support. - } - // for each operation a SetMetadataOperation will be added // so number of operations should double require.Len(t, tt.bug.Snapshot().Operations, tt.numOpExp)