Skip to content

Commit

Permalink
disable flush_subscription test on Windows
Browse files Browse the repository at this point in the history
Summary: This test is quite flaky when running on Windows & heavy load. Let's disable it for now to unblock Watchman release on Windows.

Reviewed By: wez

Differential Revision: D22511083

fbshipit-source-id: fd28d2193d3b7a40b1d2c9608061dee8d5116cab
  • Loading branch information
fanzeyi authored and facebook-github-bot committed Jul 15, 2020
1 parent 23dfe53 commit f9e385f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test_subscribe.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ def matchesRecrawledDir(subdata):
break
self.assertRegex(warn, r"Recrawled this watch")

# TODO: this test is very flaky on Windows
@unittest.skipIf(os.name == "nt", "win")
def test_flush_subscriptions(self):
root = self.mkdtemp()

Expand Down

0 comments on commit f9e385f

Please sign in to comment.