skip cpu_percent test for Linux

Signed-off-by: Alexey Rokhin <arokhin@mail.ru>
This commit is contained in:
Alexey Rokhin 2017-05-17 16:18:28 +03:00 committed by Joffrey F
parent cffce0880b
commit 50d405fea3
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ from compose.const import LABEL_ONE_OFF
from compose.const import LABEL_PROJECT
from compose.const import LABEL_SERVICE
from compose.const import LABEL_VERSION
from compose.const import IS_WINDOWS_PLATFORM
from compose.container import Container
from compose.errors import OperationFailedError
from compose.project import OneOffFilter