Bug 1428709 - Add py35 skip-if to individual mozhttpd tests;r?davehunt draft
authorRaphael Pierzina <rpierzina@mozilla.com>
Tue, 03 Jul 2018 11:23:02 +0200
changeset 817336 2e6d6ca5ab87f8127f79fccfee8213315d23c581
parent 816856 aff060ad3204234adae2d59b3776207c6687ebfc
child 817337 4c97cbb565f5e319d7ca9bb52181d57ed87a2327
child 817356 c91eea5c3d2193fd3db1d5999f2e9c77cbd0f1a7
child 817390 17927fa517788b03529b479281da08592b9aff14
child 817843 c545c5db861369ecbd5a6648eae0d281762444e0
push id116023
push userbmo:rpierzina@mozilla.com
push dateThu, 12 Jul 2018 12:16:50 +0000
reviewersdavehunt
bugs1428709
milestone63.0a1
Bug 1428709 - Add py35 skip-if to individual mozhttpd tests;r?davehunt MozReview-Commit-ID: GXbdp9SU3vn
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