Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions go/chat/journey_card_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func TestJourneycardStorage(t *testing.T) {
}

func TestJourneycardDismiss(t *testing.T) {
t.Skip("feature disabled")
useRemoteMock = false
defer func() { useRemoteMock = true }()
ctc := makeChatTestContext(t, t.Name(), 2)
Expand Down Expand Up @@ -133,6 +134,7 @@ func TestJourneycardDismiss(t *testing.T) {
// Test that dismissing a CHANNEL_INACTIVE in one conv actually dismisses
// CHANNEL_INACTIVE in all convs in he team.
func TestJourneycardDismissTeamwide(t *testing.T) {
t.Skip("feature disabled")
useRemoteMock = false
defer func() { useRemoteMock = true }()
ctc := makeChatTestContext(t, t.Name(), 2)
Expand Down Expand Up @@ -264,6 +266,7 @@ func TestJourneycardDismissTeamwide(t *testing.T) {
// A journeycard sticks in its position in the conv.
// And survives a reboot.
func TestJourneycardPersist(t *testing.T) {
t.Skip("feature disabled")
useRemoteMock = false
defer func() { useRemoteMock = true }()
ctc := makeChatTestContext(t, t.Name(), 2)
Expand Down