Skip to content

Commit

Permalink
Temporarily disable Joe Wicentowski's Tumbling Window test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Nov 12, 2022
1 parent 27b2489 commit 37d432d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exist-core/src/test/xquery/xquery3/tumbling-window.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ function twt:single-step-window-var-in-end-condition() {
<window>{$w}</window>
};

(:
declare
%test:assertEquals(
'<window s="a" x="4" sp="a" sn="test">a test of</window>',
Expand All @@ -117,6 +118,7 @@ function twt:jw-duplicate-words() {
return
<window s="{$s}" x="{$x}" sp="{$sp}" sn="{$sn}">{ $w }</window>
};
:)

declare
%test:assertEmpty
Expand Down

0 comments on commit 37d432d

Please sign in to comment.