Skip to content

Commit 7231dc8

Browse files
committed
Skip request validation for now due to mockbin.com/har shutdown
This used to return some kind of test HAR file (presumably of the incoming request) but it now returns a cloudflare block page, seemingly due to changes at Insomnia to remove this. We can't do much about that in the very short term, so I've disabled those tests. We should update the test output to use a different testserver some time soon.
1 parent 4fd58d7 commit 7231dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/requests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const requests = [
2525

2626
// test all the things!
2727
fixtures.cli.forEach(function (cli) {
28-
describe(targets[cli.target].info.title + ' Request Validation', function () {
28+
describe.skip(targets[cli.target].info.title + ' Request Validation', function () {
2929
cli.clients.forEach(function (client) {
3030
requests.forEach(function (request) {
3131
it(client + ' request should match mock for ' + request, function (done) {

0 commit comments

Comments
 (0)