diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh
index 77cacad89ff2a43403d7e43207dd03275c69b18f..c3c37983ae63688658211337ebc17e83fa7ff546 100755
--- a/sbin/run_integration_test.sh
+++ b/sbin/run_integration_test.sh
@@ -32,7 +32,7 @@ make start sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim
 # Give the simulators time to start
 sleep 5
 
-make start device-boot device-docker device-apsct device-apspu device-sdp device-recv device-sst device-unb2 device-xst
+make start device-boot device-apsct device-apspu device-sdp device-recv device-sst device-unb2 device-xst
 
 # Give devices time to restart
 # TODO(Corne Lukken): Use a nicer more reliable mechanism
diff --git a/tangostationcontrol/tangostationcontrol/integration_test/devices/test_device_docker.py b/tangostationcontrol/tangostationcontrol/integration_test/devices/test_device_docker.py
deleted file mode 100644
index 6c3fdf94b4893c3119e3bf7386e51d92e67d112e..0000000000000000000000000000000000000000
--- a/tangostationcontrol/tangostationcontrol/integration_test/devices/test_device_docker.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# This file is part of the LOFAR 2.0 Station Software
-#
-#
-#
-# Distributed under the terms of the APACHE license.
-# See LICENSE.txt for more info.
-
-from .base import AbstractTestBases
-
-class TestDeviceDocker(AbstractTestBases.TestDeviceBase):
-
-    def setUp(self):
-        super().setUp("STAT/Docker/1")