Skip to content

Commit

Permalink
tests: Disable server_test.test_404 (#1880)
Browse files Browse the repository at this point in the history
There was a sporadic failure happening. Last time it bothered us in #1878.
  • Loading branch information
Tarrasch committed Oct 21, 2016
1 parent 632f14f commit bf6b818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/server_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def test_raw_ping(self):
def test_raw_ping_extended(self):
self.sch._request('/api/ping', {'worker': 'xyz', 'foo': 'bar'})

@skipOnTravis('https://travis-ci.org/spotify/luigi/jobs/166833694')
def test_404(self):
with self.assertRaises(luigi.rpc.RPCError):
self.sch._request('/api/fdsfds', {'dummy': 1})
Expand Down

0 comments on commit bf6b818

Please sign in to comment.