Skip to content

Commit

Permalink
MM-60481 Skip test TestCreateChannelBookmark (mattermost#28144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat-Dabade authored Sep 10, 2024
1 parent eb560ff commit 27ad7e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/channels/api4/channel_bookmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
)

func TestCreateChannelBookmark(t *testing.T) {
t.Skip("MM-60279")
os.Setenv("MM_FEATUREFLAGS_ChannelBookmarks", "true")
defer os.Unsetenv("MM_FEATUREFLAGS_ChannelBookmarks")

Expand Down

0 comments on commit 27ad7e0

Please sign in to comment.