This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 6ffd60e [BEAM-7499] Skip test since it doesn't work on DirectRunner.
new 67e3c34 Merge pull request #8779 from lukecwik/beam7499
6ffd60e is described below
commit 6ffd60e2112d780d65aa6080f2a49572618d4e81
Author: Luke Cwik <[email protected]>
AuthorDate: Thu Jun 6 13:33:52 2019 -0700
[BEAM-7499] Skip test since it doesn't work on DirectRunner.
---
sdks/python/apache_beam/transforms/util_test.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/sdks/python/apache_beam/transforms/util_test.py
b/sdks/python/apache_beam/transforms/util_test.py
index 3a18487..b655f66 100644
--- a/sdks/python/apache_beam/transforms/util_test.py
+++ b/sdks/python/apache_beam/transforms/util_test.py
@@ -485,6 +485,7 @@ class ReifyTest(unittest.TestCase):
reified_pc = pc | util.Reify.Timestamp()
assert_that(reified_pc, equal_to(expected), reify_windows=True)
+ @unittest.skip('BEAM-7499')
def test_window(self):
l = [GlobalWindows.windowed_value('a', 100),
GlobalWindows.windowed_value('b', 200),