Skip to content

Commit

Permalink
test/e2e/tunnels: use root:compute:kubernetes apiexport
Browse files Browse the repository at this point in the history
  • Loading branch information
jmprusi committed Feb 2, 2023
1 parent 7d7777e commit c3fbb9c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/e2e/syncer/tunnels_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ func TestSyncerTunnel(t *testing.T) {
t.Cleanup(cancelFunc)

syncerFixture := framework.NewSyncerFixture(t, upstreamServer, synctargetWsName.Path(),
framework.WithExtraResources("pods"),
framework.WithExtraResources("deployments.apps"),
framework.WithAPIExports("kubernetes"),
framework.WithSyncedUserWorkspaces(userWs),
).Start(t)

Expand All @@ -84,7 +81,6 @@ func TestSyncerTunnel(t *testing.T) {
t.Log("Binding the consumer workspace to the location workspace")
framework.NewBindCompute(t, userWsName.Path(), upstreamServer,
framework.WithLocationWorkspaceWorkloadBindOption(synctargetWsName.Path()),
framework.WithAPIExportsWorkloadBindOption(synctargetWsName.String()+":kubernetes"),
).Bind(t)

upstreamConfig := upstreamServer.BaseConfig(t)
Expand Down

0 comments on commit c3fbb9c

Please sign in to comment.