# HG changeset patch # User Raphael Pierzina # Date 1530609782 -7200 # Node ID 63a0d1c2d2b91e9d7ec39d3b0be83e90efe82f06 # Parent 33052f9ca1ce0415ce80a22d26ee686c1d90984d Bug 1428709 - Add py35 skip-if to individual mozhttpd tests;r=davehunt MozReview-Commit-ID: GXbdp9SU3vn diff --git a/testing/mozbase/mozhttpd/tests/manifest.ini b/testing/mozbase/mozhttpd/tests/manifest.ini --- a/testing/mozbase/mozhttpd/tests/manifest.ini +++ b/testing/mozbase/mozhttpd/tests/manifest.ini @@ -1,9 +1,14 @@ [DEFAULT] subsuite = mozbase, os == "linux" +[api.py] skip-if = python == 3 -[api.py] [baseurl.py] +skip-if = python == 3 [basic.py] +skip-if = python == 3 [filelisting.py] +skip-if = python == 3 [paths.py] +skip-if = python == 3 [requestlog.py] +skip-if = python == 3