Message271291
The test is already skipped by the patch, for Android API level < 23, with the statement:
raise unittest.SkipTest("need working 'id -G'")
Do you mean that the test should be skipped instead more explicitly with something like:
skiIf(support.android_api_level < 23, "-G option of id -G is ignored by Android") |
|
| Date |
User |
Action |
Args |
| 2016-07-25 16:00:52 | xdegaye | set | recipients:
+ xdegaye, vstinner, larry, serhiy.storchaka, Alex.Willmer, yan12125 |
| 2016-07-25 16:00:52 | xdegaye | set | messageid: <[email protected]> |
| 2016-07-25 16:00:52 | xdegaye | link | issue26944 messages |
| 2016-07-25 16:00:52 | xdegaye | create | |
|