Add more clear test skip message
Co-authored-by: Anna Vítová <87140865+avitova@users.noreply.github.com>
This commit is contained in:
parent
1fd894f9a9
commit
1eac7c2e50
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ import {
|
||||||
|
|
||||||
test('Boot qcow2 image and test hostname', async ({ page, cleanup }) => {
|
test('Boot qcow2 image and test hostname', async ({ page, cleanup }) => {
|
||||||
test.setTimeout(120 * 60 * 1000); // 2 hours
|
test.setTimeout(120 * 60 * 1000); // 2 hours
|
||||||
test.skip(!isHosted(), 'Boot test run only on the hosted service.');
|
test.skip(!isHosted(), 'Skipping test. Boot test run only on the hosted service.');
|
||||||
const blueprintName = 'boot-test-qcow-' + uuidv4();
|
const blueprintName = 'boot-test-qcow-' + uuidv4();
|
||||||
const filePath = constructFilePath(blueprintName, 'qcow2');
|
const filePath = constructFilePath(blueprintName, 'qcow2');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue