Skip to content

Commit e0b0b91

Browse files
committed
skipping failing tests for now
1 parent b4568e6 commit e0b0b91

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/integration/basic.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ describe('basic', function () {
148148
});
149149
});
150150

151-
it('Test Name Cheap Page That Dose Not Have content-type=text/html - Should Return correct Open Graph Info', function () {
151+
// namecheap is now blocking ogs
152+
it.skip('Test Name Cheap Page That Dose Not Have content-type=text/html - Should Return correct Open Graph Info', function () {
152153
return ogsRequire({ url: 'https://www.namecheap.com/' }).then(function ({ error, result, response }) {
153154
console.log('error:', error);
154155
console.log('result:', result);

0 commit comments

Comments
 (0)