We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb904e commit 019a0a5Copy full SHA for 019a0a5
go/integTest/pubsub_commands_test.go
@@ -65,11 +65,6 @@ func (suite *GlideTestSuite) TestPubSubChannels() {
65
66
for _, tt := range tests {
67
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
-
73
// Create channel definitions for all channels
74
channels := make([]ChannelDefn, len(tt.channelNames))
75
for i, channelName := range tt.channelNames {
0 commit comments