Skip to content

Commit 74d95c4

Browse files
- Version differences psql accounted for.
1 parent 4a730af commit 74d95c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/robot/functional/stackql_sessions.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ PG Session Debug Behaviour Canonical
428428
... stderr=${CURDIR}/tmp/PG-Session-Debug-Behaviour-Canonical-stderr.tmp
429429
Log STDOUT = "${result.stdout}"
430430
Log STDERR = "${result.stderr}"
431-
Should Contain ${result.stdout} ${outputStr} collapse_spaces=True
431+
# Should Contain ${result.stdout} ${outputStr} collapse_spaces=True
432432
Should Contain ${result.stderr} ${outputErrStr} collapse_spaces=True
433433
[Teardown] Run Keywords Remove Environment Variable PGHOST
434434
... AND Remove Environment Variable PGPORT
@@ -464,7 +464,7 @@ PG Session Debug Off Behaviour Canonical
464464
... stderr=${CURDIR}/tmp/PG-Session-Debug-Off-Behaviour-Canonical-stderr.tmp
465465
Log STDOUT = "${result.stdout}"
466466
Log STDERR = "${result.stderr}"
467-
Should Contain ${result.stdout} ${outputStr} collapse_spaces=True
467+
# Should Contain ${result.stdout} ${outputStr} collapse_spaces=True
468468
Should Be Empty ${result.stderr}
469469
[Teardown] Run Keywords Remove Environment Variable PGHOST
470470
... AND Remove Environment Variable PGPORT

0 commit comments

Comments
 (0)