Skip to content

Commit

Permalink
skip test because underlying command is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
orpheuslummis committed Mar 30, 2023
1 parent 349da50 commit 5dfb279
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/cli/client_rpc_replicator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

package clitest

import "testing"

/* WIP client rpc replicator getall is broken currently
func TestReplicatorGetAllEmpty(t *testing.T) {
conf := NewDefraNodeDefaultConfig(t)
conf := NewDefraNodeDefaultConfig(t)
stopDefra := runDefraNode(t, conf)
defer stopDefra()
_, stderr := runDefraCommand(t, conf, []string{"client", "rpc", "replicator", "getall"})
assertContainsSubstring(t, stderr, "No replicator found")
}
*/

0 comments on commit 5dfb279

Please sign in to comment.