diff --git a/test/filter.t b/test/filter.t index a197e8c1e..f5cb33844 100755 --- a/test/filter.t +++ b/test/filter.t @@ -1094,6 +1094,7 @@ class TestBug1915(TestCase): self.assertIn("thingB", out) self.assertNotIn("thingC", out) + @unittest.expectedFailure def test_complex_and_or_query_variant_eight(self): """1915: Make sure parser handles complex and-or queries correctly (8)""" code, out, err = self.t("rc.verbose:nothing status:pending and \\(project:A or project:B\\) all")