We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e992960 commit 7a0bcebCopy full SHA for 7a0bceb
.github/workflows/xtest.yml
@@ -384,8 +384,8 @@ jobs:
384
working-directory: otdftests/xtest
385
env:
386
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"
+# XT_WITH_IGNORE_KAS_ALLOWLIST: true
+ XT_WITH_KAS_ALLOW_LIST: "localhost:8080,http://localhost:8080,https://localhost:8080"
389
# - name: Run all standard xtests
390
# if: ${{ env.FOCUS_SDK == 'all' }}
391
# run: |-
0 commit comments