From 4cf4c22259bb763ad1b955f7b0d3a28103409f4b Mon Sep 17 00:00:00 2001 From: Keepers Date: Mon, 5 Feb 2024 14:44:37 -0700 Subject: [PATCH] skip chats e2e tests (#5183) #### Does this PR need a docs update or release note? - [x] :no_entry: No #### Type of change - [x] :bug: Bugfix - [x] :robot: Supportability/Tests --- src/cli/backup/teamschats_e2e_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cli/backup/teamschats_e2e_test.go b/src/cli/backup/teamschats_e2e_test.go index 2e829e628..87d78d61f 100644 --- a/src/cli/backup/teamschats_e2e_test.go +++ b/src/cli/backup/teamschats_e2e_test.go @@ -46,6 +46,7 @@ func TestNoBackupTeamsChatsE2ESuite(t *testing.T) { func (suite *NoBackupTeamsChatsE2ESuite) SetupSuite() { t := suite.T() + t.Skip("not fully implemented") ctx, flush := tester.NewContext(t) defer flush() @@ -100,6 +101,7 @@ func TestBackupTeamsChatsE2ESuite(t *testing.T) { func (suite *BackupTeamsChatsE2ESuite) SetupSuite() { t := suite.T() + t.Skip("not fully implemented") ctx, flush := tester.NewContext(t) defer flush() @@ -270,6 +272,7 @@ func TestPreparedBackupTeamsChatsE2ESuite(t *testing.T) { func (suite *PreparedBackupTeamsChatsE2ESuite) SetupSuite() { t := suite.T() + t.Skip("not fully implemented") ctx, flush := tester.NewContext(t) defer flush() @@ -487,6 +490,7 @@ func TestBackupDeleteTeamsChatsE2ESuite(t *testing.T) { func (suite *BackupDeleteTeamsChatsE2ESuite) SetupSuite() { t := suite.T() + t.Skip("not fully implemented") ctx, flush := tester.NewContext(t) defer flush()