Add comment and update test_06 skip message

This commit is contained in:
Matthew Treinish
2020-02-21 09:32:09 -05:00
parent f8d2982166
commit 05df9bbfd4
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@ from .util import (
def matches_platform(identifier):
pm = platform.machine()
if pm == "x86_64":
# x86_64 machines can run i686 docker containers
if identifier.endswith('x86_64') or identifier.endswith('i686'):
return True
elif pm == "i686":