Skip to content

Commit a034ab0

Browse files
committedJul 3, 2022
testfile revert
1 parent 2476b6a commit a034ab0

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed
 

‎test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ try {
1414
},
1515
sources: {
1616
path: "/test/sources",
17-
includeOnly: ['geo.hua.gr'],
17+
// includeOnly: ['geo.hua.gr'],
1818
// exclude: ["custom-cs.unipi.gr"]
1919
},
2020
scheduler: {

‎test/worker.js

-8
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ try {
88
config = require("./saffron.json")
99
} catch (e) {
1010
config = {
11-
database:
12-
process.env.MONGO_URL && true ? {
13-
driver: "mongodb",
14-
config: {
15-
url: process.env.SAFFRON_TESTING === "DOCKER_COMPOSE_LOCAL" ? "mongodb://mongo:27017" : process.env.MONGO_URL,
16-
name: 'saffron-sandbox'
17-
}
18-
} : {driver: "memory"},
1911
sources: {
2012
path: "/test/sources",
2113
exclude: ["custom-cs.unipi.gr", "wordpress-cs.unipi.gr", "rss-cs.unipi.gr"]

0 commit comments

Comments
 (0)
Please sign in to comment.