diff --git a/test/integration.js b/test/integration.js index f46ef0d5..7dbe0d8a 100644 --- a/test/integration.js +++ b/test/integration.js @@ -3,5 +3,5 @@ const { tests } = require("@iobroker/testing"); // Run integration tests - See https://github.com/ioBroker/testing for a detailed explanation and further options tests.integration(path.join(__dirname, ".."), { - allowedExitCodes: [11], + allowedExitCodes: [2], });