Skip to content

Commit 1080c57

Browse files
committed
do not ignore critical logs
1 parent 3f18d5d commit 1080c57

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/framework-golden-tests-private.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
env:
1111
LOKI_TENANT_ID: promtail
1212
LOKI_URL: http://localhost:3030/loki/api/v1/push
13-
# this is not the best practice, and it must be fixed, run your tests WITHOUT IT!
14-
# however, on current latest image we must use this flag
15-
CTF_IGNORE_CRITICAL_LOGS: true
1613
runs-on: ubuntu-latest
1714
permissions:
1815
id-token: write

.github/workflows/framework-golden-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
env:
1111
LOKI_TENANT_ID: promtail
1212
LOKI_URL: http://localhost:3030/loki/api/v1/push
13-
# this is not the best practice, and it must be fixed, run your tests WITHOUT IT!
14-
# however, on current latest image we must use this flag
15-
CTF_IGNORE_CRITICAL_LOGS: true
1613
runs-on: ubuntu-latest
1714
permissions:
1815
id-token: write

0 commit comments

Comments
 (0)