Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"https://github.com/apache/beam/pull/34830": "testing"
"https://github.com/apache/beam/pull/34830": "testing",
"https://github.com/apache/beam/issues/35429": "testing"
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"https://github.com/apache/beam/pull/34830": "testing"
"https://github.com/apache/beam/pull/34830": "testing",
"https://github.com/apache/beam/issues/35429": "testing"
}
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ def test_custom_window_type(self):
def test_reshuffle_after_custom_window(self):
raise unittest.SkipTest("https://github.com/apache/beam/issues/34831")

def test_sliding_windows(self):
raise unittest.SkipTest("https://github.com/apache/beam/issues/35429")


if __name__ == '__main__':
# Run the tests.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ def test_custom_merging_window(self):
def test_custom_window_type(self):
raise unittest.SkipTest("https://github.com/apache/beam/issues/20641")

def test_sliding_windows(self):
raise unittest.SkipTest("https://github.com/apache/beam/issues/35429")

# Inherits all other tests from PortableRunnerTest.


Expand Down
Loading