fix(core): update

This commit is contained in:
2020-08-06 17:50:00 +00:00
parent f427141c7c
commit 7e5bdf8521
2 changed files with 11 additions and 4 deletions

View File

@ -13,13 +13,13 @@ tap.test('should start the smartssr instance', async () => {
await testSSRInstance.start();
});
tap.test('should render central.eu', async (tools) => {
tap.skip.test('should render central.eu', async (tools) => {
await testSSRInstance.renderPage(
'https://central.eu/article/5e76873b9cf69b7bf6bc78bc/Introducing%3A%20central.eu'
);
});
tap.skip.test('should render lossless.com', async () => {
tap.test('should render lossless.com', async () => {
await testSSRInstance.renderPage('https://lossless.com');
});