Skip to content

Commit 7a0bceb

Browse files
Try with kas allowlist param
1 parent e992960 commit 7a0bceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/xtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ jobs:
384384
working-directory: otdftests/xtest
385385
env:
386386
PLATFORM_DIR: "../../${{ steps.run-platform.outputs.platform-working-dir }}"
387-
XT_WITH_IGNORE_KAS_ALLOWLIST: true
388-
# XT_WITH_KAS_ALLOW_LIST: "localhost:8080,http://localhost:8080,https://localhost:8080"
387+
# XT_WITH_IGNORE_KAS_ALLOWLIST: true
388+
XT_WITH_KAS_ALLOW_LIST: "localhost:8080,http://localhost:8080,https://localhost:8080"
389389
# - name: Run all standard xtests
390390
# if: ${{ env.FOCUS_SDK == 'all' }}
391391
# run: |-

0 commit comments

Comments
 (0)