Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Mark flakey tests as blacklisted for worker mode #5740

Merged
merged 2 commits into from
Jul 23, 2019
Merged
Show file tree
Hide file tree
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
8 changes: 7 additions & 1 deletion .buildkite/worker-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ Members from the gap are included in gappy incr LL sync

Leaves are present in non-gapped incremental syncs

Old leaves are present in gapped incremental syncs
Old leaves are present in gapped incremental syncs

User sees updates to presence from other users in the incremental sync.

Gapped incremental syncs include all state changes

Old members are included in gappy incr LL sync if they start speaking
1 change: 1 addition & 0 deletions changelog.d/5740.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Blacklist some flakey tests in worker mode.