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 958f79a commit 3cf977cCopy full SHA for 3cf977c
test/e2e/reconciler/partitionset/partitionset_test.go
@@ -38,6 +38,8 @@ import (
38
kcpclientset "github.com/kcp-dev/kcp/sdk/client/clientset/versioned/cluster"
39
kcptesting "github.com/kcp-dev/kcp/sdk/testing"
40
kcptestinghelpers "github.com/kcp-dev/kcp/sdk/testing/helpers"
41
+
42
+ _ "github.com/kcp-dev/kcp/test/e2e/framework"
43
)
44
45
func TestPartitionSet(t *testing.T) {
0 commit comments