We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00126a5 commit 75d24c3Copy full SHA for 75d24c3
internal/integration/unified/unified_spec_test.go
@@ -10,8 +10,6 @@ import (
10
"context"
11
"strings"
12
"testing"
13
-
14
- "go.mongodb.org/mongo-driver/v2/internal/spectest"
15
)
16
17
var (
@@ -24,8 +22,7 @@ var (
24
22
//
25
23
//"load-balancers",
26
27
- //"collection-management",
28
- spectest.TestPath(3, "collection-management"),
+ //spectest.TestPath(3, "collection-management"),
29
//"command-monitoring",
30
//"command-monitoring/logging",
31
//"connection-monitoring-and-pooling/logging",
0 commit comments