Skip to content

Commit b153840

Browse files
- Tune robot issue.
1 parent b7ba99d commit b153840

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ jobs:
674674
if: matrix.registry != 'test/registry'
675675
env:
676676
PYTHONPATH: '${{ env.PYTHONPATH }}:${{ github.workspace }}/test/python'
677-
IS_DEB_TEST: 'true'
677+
IS_SKIP_MCP_TEST: 'true'
678678
run: |
679679
mkdir -p deb_test
680680
cp stackql_${{env.BUILDMAJORVERSION}}.${{env.BUILDMINORVERSION}}.${{env.BUILDPATCHVERSION}}_amd64.deb deb_test/
@@ -967,7 +967,7 @@ jobs:
967967
pkgVersion: ${{env.BUILDMAJORVERSION}}.${{env.BUILDMINORVERSION}}.${{env.BUILDPATCHVERSION}}
968968
pkgArchitecture: 'arm64'
969969
PYTHONPATH: '${{ env.PYTHONPATH }}:${{ github.workspace }}/test/python'
970-
IS_DEB_TEST: 'true'
970+
IS_SKIP_MCP_TEST: 'true'
971971
run: |
972972
mkdir -p deb_test
973973
DEB_FILE="${pkgName}_${pkgVersion}_${pkgArchitecture}.deb"
@@ -1705,6 +1705,7 @@ jobs:
17051705
- name: Run robot mocked functional tests
17061706
env:
17071707
PYTHONPATH: '${{ env.PYTHONPATH }}:${{ github.workspace }}/test/python'
1708+
IS_SKIP_MCP_TEST: 'true'
17081709
if: success() && env.CI_IS_EXPRESS != 'true' && matrix.platform == 'linux/amd64' && env.BUILD_IMAGE_REQUIRED == 'true' && matrix.db_backend == 'sqlite'
17091710
timeout-minutes: ${{ vars.DEFAULT_STEP_TIMEOUT_MIN == '' && 20 || vars.DEFAULT_STEP_TIMEOUT_MIN }}
17101711
run: |
@@ -1715,6 +1716,7 @@ jobs:
17151716
- name: Run POSTGRES BACKEND robot mocked functional tests
17161717
env:
17171718
PYTHONPATH: '${{ env.PYTHONPATH }}:${{ github.workspace }}/test/python'
1719+
IS_SKIP_MCP_TEST: 'true'
17181720
if: success() && env.CI_IS_EXPRESS != 'true' && matrix.platform == 'linux/amd64' && env.BUILD_IMAGE_REQUIRED == 'true' && matrix.db_backend == 'postgres_tcp'
17191721
timeout-minutes: ${{ vars.DEFAULT_LONG_STEP_TIMEOUT_MIN == '' && 40 || vars.DEFAULT_LONG_STEP_TIMEOUT_MIN }}
17201722
run: |

test/robot/functional/mcp.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Resource ${CURDIR}/stackql.resource
33

44
*** Test Cases ***
55
MCP HTTP Server List Tools
6-
Pass Execution If "%{IS_DEB_TEST=false}" == "true" Debian testing does not have the MCP client available
6+
Pass Execution If "%{IS_SKIP_MCP_TEST=false}" == "true" Debian testing does not have the MCP client available
77
${serverProcess}= Start Process ${STACKQL_EXE}
88
... mcp
99
... \-\-mcp.server.type\=http

0 commit comments

Comments
 (0)