We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4568e6 commit e0b0b91Copy full SHA for e0b0b91
1 file changed
tests/integration/basic.spec.ts
@@ -148,7 +148,8 @@ describe('basic', function () {
148
});
149
150
151
- it('Test Name Cheap Page That Dose Not Have content-type=text/html - Should Return correct Open Graph Info', function () {
+ // 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 () {
153
return ogsRequire({ url: 'https://www.namecheap.com/' }).then(function ({ error, result, response }) {
154
console.log('error:', error);
155
console.log('result:', result);
0 commit comments