Skip to content

Commit 7747427

Browse files
committed
clean up
1 parent dfddee9 commit 7747427

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/k8s-e2e.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
- name: Run Tests
8484
env:
8585
LOCAL_CHARTS: true
86-
CHAINLINK_USER_TEAM: "TT"
8786
uses: smartcontractkit/.github/actions/ctf-run-tests@b8731364b119e88983e94b0c4da87fc27ddb41b8 # [email protected]
8887
with:
8988
cl_repo: ${{ env.CHAINLINK_IMAGE }}

lib/k8s/e2e/common/test_common.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ func GetTestEnvConfig(t *testing.T) *environment.Config {
4242
workloadPodLabels, err := environment.GetRequiredChainLinkWorkloadAndPodLabels(product, testType)
4343
require.NoError(t, err, "Error creating required chain.link labels for workloads and pods")
4444

45-
l := logging.GetTestLogger(t)
46-
l.Info().
47-
Strs("NamespaceLabels", nsLabels).
48-
Interface("WorkloadPodLabels", workloadPodLabels).
49-
Msg("TestEnvConfig")
50-
5145
return &environment.Config{
5246
NamespacePrefix: TestEnvType,
5347
Test: t,

0 commit comments

Comments
 (0)