diff --git a/packages/manager/.changeset/pr-13354-fixed-1770141536657.md b/packages/manager/.changeset/pr-13354-fixed-1770141536657.md new file mode 100644 index 00000000000..2c2ecbd5455 --- /dev/null +++ b/packages/manager/.changeset/pr-13354-fixed-1770141536657.md @@ -0,0 +1,5 @@ +--- +"@linode/manager": Fixed +--- + +Removes fr-par-2 from the list of regions in the Machine Images upload page ([#13354](https://github.com/linode/manager/pull/13354)) diff --git a/packages/manager/.changeset/pr-13354-tests-1770062127871.md b/packages/manager/.changeset/pr-13354-tests-1770062127871.md new file mode 100644 index 00000000000..a5e33659778 --- /dev/null +++ b/packages/manager/.changeset/pr-13354-tests-1770062127871.md @@ -0,0 +1,5 @@ +--- +"@linode/manager": Tests +--- + +Fix flaky machine-image-upload.spec.ts tests ([#13354](https://github.com/linode/manager/pull/13354)) diff --git a/packages/manager/src/constants.ts b/packages/manager/src/constants.ts index b747e9ea761..5d7a2f8fdb3 100644 --- a/packages/manager/src/constants.ts +++ b/packages/manager/src/constants.ts @@ -285,6 +285,7 @@ export const DISALLOWED_IMAGE_REGIONS = [ 'au-mel', 'sg-sin-2', 'jp-tyo-3', + 'fr-par-2', ]; // Default tooltip text for actions without permission