Skip to content

Commit 242a70b

Browse files
Merge pull request #12958 from nextcloud/bugfix/12957/disable-flaky-test
tests: Disable flaky test-step
2 parents e521e56 + 85dac7b commit 242a70b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tests/integration/features/federation/chat.feature

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,10 @@ Feature: federation/chat
138138
| room | actorType | actorId | actorDisplayName | message | messageParameters | parentMessage |
139139
| LOCAL::room | users | participant2 | participant2-displayname | Message deleted by you | {"actor":{"type":"user","id":"participant2","name":"participant2-displayname"}} | Message deleted by author |
140140
| LOCAL::room | federated_users | participant1@{$LOCAL_URL} | participant1-displayname | Message deleted by author | {"actor":{"type":"user","id":"participant1","name":"participant1-displayname","server":"{$LOCAL_URL}"}} | |
141-
Then user "participant2" is participant of the following rooms (v4)
142-
| id | type | lastMessage |
143-
| LOCAL::room | 2 | Message deleted by author |
141+
# Disabled due to https://github.com/nextcloud/spreed/issues/12957
142+
# Then user "participant2" is participant of the following rooms (v4)
143+
# | id | type | lastMessage |
144+
# | LOCAL::room | 2 | Message deleted by author |
144145

145146
Scenario: Last message actor when the same user ID is present
146147
Given the following "spreed" app config is set

0 commit comments

Comments
 (0)