diff --git a/arangodb-foxx-services/.eslintrc.js b/arangodb-foxx-services/.eslintrc.js index 42be56d7a..a78d3ac2b 100644 --- a/arangodb-foxx-services/.eslintrc.js +++ b/arangodb-foxx-services/.eslintrc.js @@ -37,8 +37,7 @@ module.exports = { 4 ], 'linebreak-style': [ - 'error', - // eslint-disable-next-line no-undef + process.platform === 'win32' ? 'warn' : 'error', process.platform === 'win32' ? 'windows' : 'unix' ], quotes: [ diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index d285c3dfc..c2452a022 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -59,4 +59,24 @@ + + + skip-it-tests + + + + windows + + + + true + + + +