Skip to content

Commit e1e44f1

Browse files
- Skip readline verification in docker for now.
1 parent 98a1b92 commit e1e44f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/robot/functional/stackql_sessions.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Shell Session Multiple Statements Inline
4646
... dummyapp.io
4747
... stdout=${CURDIR}/tmp/Shell-Session-Multiple-Statements-Inline.tmp
4848
# Verify readline history preserves trailing semicolons
49+
Pass Execution If "${EXECUTION_PLATFORM}" == "docker" Skipping readline verification in docker
4950
${readline_content} = Get File ${REPOSITORY_ROOT}${/}test${/}.stackql${/}readline${/}readline.tmp
5051
Should Contain ${readline_content} stackql_repositories;
5152
Should Contain ${readline_content} order by name desc;

0 commit comments

Comments
 (0)