Skip to content

Commit

Permalink
Skip request validation for now due to mockbin.com/har shutdown
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pimterry committed Apr 5, 2024
1 parent 4fd58d7 commit 7231dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const requests = [

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

0 comments on commit 7231dc8

Please sign in to comment.