diff --git a/.travis.yml b/.travis.yml index e899258b..0d0db247 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_install: env: matrix: - INSTANCE: default-debian-9 - - INSTANCE: default-debian-8 + # - INSTANCE: default-debian-8 - INSTANCE: default-ubuntu-1804 - INSTANCE: default-ubuntu-1604 - INSTANCE: default-centos-7 diff --git a/kitchen.yml b/kitchen.yml index 9debf649..d6390964 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -20,11 +20,14 @@ platforms: run_command: /lib/systemd/systemd provision_command: - apt install -y udev - - name: debian-8 - driver_config: - run_command: /lib/systemd/systemd - provision_command: - - apt install -y udev + # With the release of `2019.2`, `debian-8` is no longer working + # Disabling until the following upstream bug has been resolved: + # * https://github.com/saltstack/salt/issues/51808 + # - name: debian-8 + # driver_config: + # run_command: /lib/systemd/systemd + # provision_command: + # - apt install -y udev - name: ubuntu-18.04 driver_config: run_command: /lib/systemd/systemd