mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Skips flaky test on the remote cluster API (#27547)
* Skips flaky test on the remote cluster API * Adds ticket link to the `t.Skip`
This commit is contained in:
parent
809ad4f76d
commit
3e4d91590f
@ -14,6 +14,8 @@ import (
|
||||
)
|
||||
|
||||
func TestGetRemoteClusters(t *testing.T) {
|
||||
t.Skip("MM-59324")
|
||||
|
||||
t.Run("Should not work if the remote cluster service is not enabled", func(t *testing.T) {
|
||||
th := Setup(t)
|
||||
defer th.TearDown()
|
||||
|
Loading…
Reference in New Issue
Block a user