Skip to content

Commit fbe1a4a

Browse files
Update changelog_test.go
1 parent 548bd77 commit fbe1a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/cli/test/e2e/cli/changelog_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func TestChangelog(t *testing.T) {
1919
cliPath := NewBin(t)
2020

2121
// Flaky Test: To be fixed in ticket CLOUDP-277324
22-
//t.Run("Generate Changelog with new API Version", func(t *testing.T) {
22+
// t.Run("Generate Changelog with new API Version", func(t *testing.T) {
2323
// base := NewChangelogBasePathNewAPIVersion(t)
2424
// revision := NewChangelogRevisionPathNewAPIVersion(t)
2525
// exemptions := NewChangelogExepmtionFilePathNewAPIVersion(t)
@@ -43,7 +43,7 @@ func TestChangelog(t *testing.T) {
4343
// cmd.Stderr = &e
4444
// require.NoError(t, cmd.Run(), e.String())
4545
// checkChangelogFilesAreTheSame(t, commandOut, NewChangelogOutputPathNewAPIVersion(t))
46-
//})
46+
// })
4747

4848
t.Run("Generate Changelog with same API Version", func(t *testing.T) {
4949
base := NewChangelogBasePathSameAPIVersion(t)

0 commit comments

Comments
 (0)