diff options
author | Michael Muré <batolettre@gmail.com> | 2022-02-01 09:24:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 09:24:58 +0100 |
commit | 05d73e1b5321c97cd05133b5ae49d1798bc2fe5d (patch) | |
tree | 66eeb4ada52d282ad3ed9e231b3e74b42cbcfa48 /bridge/gitlab/export_test.go | |
parent | 843da8e1f56504efb979f8e5eb43be5c176e7338 (diff) | |
parent | e888391b36307d0d4a1e12ba3a57b602c8b1528a (diff) | |
download | git-bug-05d73e1b5321c97cd05133b5ae49d1798bc2fe5d.tar.gz |
Merge pull request #571 from 5nord/add-new-gitlab-iterator
[gitlab] Add new iterator with state change events
Diffstat (limited to 'bridge/gitlab/export_test.go')
-rw-r--r-- | bridge/gitlab/export_test.go | 5 |
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) |