aboutsummaryrefslogtreecommitdiffstats
path: root/bridge
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-12-05 11:19:40 +0100
committerMichael Muré <batolettre@gmail.com>2021-12-05 11:19:40 +0100
commite888391b36307d0d4a1e12ba3a57b602c8b1528a (patch)
tree5b06184ec4b195a56089cc59d9a0aeb860ee278d /bridge
parente762290e237f1e62916e17a901d1f819960d3378 (diff)
downloadgit-bug-e888391b36307d0d4a1e12ba3a57b602c8b1528a.tar.gz
gitlab: re-enable previously broken test
Diffstat (limited to 'bridge')
-rw-r--r--bridge/gitlab/export_test.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/bridge/gitlab/export_test.go b/bridge/gitlab/export_test.go
index 88b0d44e..422366c1 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)