mirror of
https://github.com/docker/compose.git
synced 2025-07-24 22:24:41 +02:00
Merge pull request #7519 from ulyssessouza/xfail-blkio
Expect failure of `test_create_container_with_blkio_config`
This commit is contained in:
commit
e365a920e6
@ -223,6 +223,9 @@ class ServiceTest(DockerClientTestCase):
|
|||||||
service.start_container(container)
|
service.start_container(container)
|
||||||
assert container.get('HostConfig.ReadonlyRootfs') == read_only
|
assert container.get('HostConfig.ReadonlyRootfs') == read_only
|
||||||
|
|
||||||
|
@pytest.mark.xfail(True, reason='Getting "Your kernel does not support '
|
||||||
|
'cgroup blkio weight and weight_device" on daemon start '
|
||||||
|
'on Linux kernel 5.3.x')
|
||||||
def test_create_container_with_blkio_config(self):
|
def test_create_container_with_blkio_config(self):
|
||||||
blkio_config = {
|
blkio_config = {
|
||||||
'weight': 300,
|
'weight': 300,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user