Skip just torque database timeout limit

This commit is contained in:
Daniel García Aubert
2018-11-05 19:10:08 +01:00
parent 6e7bd2585f
commit af4b9f57f5
2 changed files with 2 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ const DATASOURCE_TIMEOUT_ERROR = {
}]
};
describe.skip('user database timeout limit', function () {
describe('user database timeout limit', function () {
describe('dataview', function () {
beforeEach(function (done) {
const mapconfig = createMapConfig();
@@ -576,7 +576,7 @@ describe.skip('user database timeout limit', function () {
});
});
describe('torque', function () {
describe.skip('torque', function () {
describe('while validating in layergroup creation', function () {
beforeEach(function (done) {
const mapconfig = createMapConfig({

View File

@@ -1275,11 +1275,6 @@ TestClient.prototype.setUserDatabaseTimeoutLimit = function (timeoutLimit, callb
});
step(
// we need to guarantee all new connections have the new settings
function beforeRefreshPoolConnection () {
const next = this;
psql.end(() => next());
},
function configureTimeouts () {
const timeoutSQLs = [
`ALTER ROLE "${publicuser}" SET STATEMENT_TIMEOUT TO ${timeoutLimit}`,