Skip to content

Commit 9b91389

Browse files
committed
remove unneeded port forward for metrics
1 parent bc30dbe commit 9b91389

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

yarn-project/end-to-end/src/spartan/upgrade_governance_proposer.test.ts

-7
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ describe('spartan_upgrade_governance_proposer', () => {
4646
});
4747
ETHEREUM_HOST = `http://127.0.0.1:${config.HOST_ETHEREUM_PORT}`;
4848

49-
await startPortForward({
50-
resource: `svc/metrics-grafana`,
51-
namespace: 'metrics',
52-
containerPort: config.CONTAINER_METRICS_PORT,
53-
hostPort: config.HOST_METRICS_PORT,
54-
});
55-
5649
const PXE_URL = `http://127.0.0.1:${config.HOST_PXE_PORT}`;
5750
pxe = await createCompatibleClient(PXE_URL, debugLogger);
5851
nodeInfo = await pxe.getNodeInfo();

0 commit comments

Comments
 (0)