Add more clear test skip message

Co-authored-by: Anna Vítová <87140865+avitova@users.noreply.github.com>
This commit is contained in:
Tomáš Koscielniak 2025-08-19 10:24:51 +02:00
parent 1fd894f9a9
commit 1eac7c2e50

View file

@ -22,7 +22,7 @@ import {
test('Boot qcow2 image and test hostname', async ({ page, cleanup }) => {
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 filePath = constructFilePath(blueprintName, 'qcow2');