Skip to content

Commit 019a0a5

Browse files
committed
remove unneeded check
Signed-off-by: jbrinkman <joe.brinkman@improving.com>
1 parent bdb904e commit 019a0a5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

go/integTest/pubsub_commands_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ func (suite *GlideTestSuite) TestPubSubChannels() {
6565

6666
for _, tt := range tests {
6767
suite.T().Run(tt.name, func(t *testing.T) {
68-
// Skip cluster tests if cluster hosts are not available
69-
if tt.clientType == 1 && len(suite.clusterHosts) == 0 {
70-
t.Skip("Cluster not available")
71-
}
72-
7368
// Create channel definitions for all channels
7469
channels := make([]ChannelDefn, len(tt.channelNames))
7570
for i, channelName := range tt.channelNames {

0 commit comments

Comments
 (0)