We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7709a80 commit 419232fCopy full SHA for 419232f
tests/integration/basic.spec.ts
@@ -465,7 +465,8 @@ describe('basic', function () {
465
});
466
467
468
- it('epicgames.com - should return og data using a header', function () {
+ // todo: this test no longer works in github ci
469
+ it.skip('epicgames.com - should return og data using a header', function () {
470
return ogs({
471
url: 'https://dev.epicgames.com/documentation/ja-jp/unreal-engine/volume-actors-in-unreal-engine',
472
fetchOptions: {
0 commit comments