Skip to content

Commit 2db2f81

Browse files
test(release): remove redundant workflow source assertion (#406)
1 parent 224865a commit 2db2f81

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

sdk/typescript/tests-ts/release-automation.test.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3307,15 +3307,6 @@ describe("GitHub release workflow safeguards", () => {
33073307
},
33083308
);
33093309

3310-
test("recovers when another PR concurrently creates the skip label", () => {
3311-
expect(releaseLabelsWorkflow).toContain(
3312-
'if ! gh api --method POST "repos/$GITHUB_REPOSITORY/labels"',
3313-
);
3314-
expect(releaseLabelsWorkflow).toContain(
3315-
'"repos/$GITHUB_REPOSITORY/labels/skip-release-notes"',
3316-
);
3317-
});
3318-
33193310
test.each([
33203311
{ title: "feat!: breaking feature", label: "enhancement" },
33213312
{ title: "feat(api)!: breaking feature", label: "enhancement" },

0 commit comments

Comments
 (0)