skip chats e2e tests (#5183)

#### Does this PR need a docs update or release note?

- [x]  No

#### Type of change

- [x] 🐛 Bugfix
- [x] 🤖 Supportability/Tests
This commit is contained in:
Keepers 2024-02-05 14:44:37 -07:00 committed by GitHub
parent b5ac65c3d0
commit 4cf4c22259
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()