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:
Miguel de la Cruz 2024-07-04 16:58:16 +02:00 committed by GitHub
parent 809ad4f76d
commit 3e4d91590f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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