Skip to content

Commit b0b6418

Browse files
committed
Disable tests for Washington Monthly
1 parent a9ea84d commit b0b6418

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Washington Monthly.js

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ choices : { titles : FW.Xpath('//div[@id="content"]//div[@class="gs-title"]/a[no
123123
urls : FW.Xpath('//div[@id="content"]//div[@class="gs-title"]/a[not(contains(@href, "search.php?"))]').key('href').text() }
124124
});
125125

126-
/** BEGIN TEST CASES **/
126+
/** BEGIN TEST CASES **
127+
These currently seem to intermittently crash the unit tester
127128
var testCases = [
128129
{
129130
"type": "web",
@@ -209,16 +210,12 @@ var testCases = [
209210
"accessDate": "CURRENT_TIMESTAMP"
210211
}
211212
]
212-
}
213-
]
214-
/** END TEST CASES **/
215-
/*
216-
This test commented out because it intermittently results in very high memory use and
217-
crashes.
213+
},
218214
{
219215
"type": "web",
220216
"url": "http://www.washingtonmonthly.com/search2.php?search=europe",
221217
"items": "multiple",
222218
"defer": true
223219
}
224-
*/
220+
]
221+
** END TEST CASES **/

0 commit comments

Comments
 (0)