Skip to content

Commit e3c52af

Browse files
andr317cCopilot
andauthored
v16 QA Remove smoke tag from flaky test (#19611)
* Remove from smoke tag * Update tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithImageCropper.spec.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c61fc74 commit e3c52af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content/ContentWithImageCropper.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ test.afterEach(async ({umbracoApi}) => {
2222
await umbracoApi.documentType.ensureNameNotExists(documentTypeName);
2323
});
2424

25-
test('can create content with the image cropper data type', {tag: '@smoke'}, async ({umbracoApi, umbracoUi}) => {
25+
// TODO: Investigate pipeline flakiness for this test. Reapply '@smoke' tag once the issue is resolved.
26+
test('can create content with the image cropper data type', async ({umbracoApi, umbracoUi}) => {
2627
// Arrange
2728
const expectedState = 'Draft';
2829
const dataTypeData = await umbracoApi.dataType.getByName(dataTypeName);

0 commit comments

Comments
 (0)