Skip to content

Commit

Permalink
test: skip dns lookup (#4780)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Jun 1, 2023
1 parent 5bafb4d commit 86b432c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ describe("EC2", () => {
});
});

it("in us-isob-east-1, serializes PSU and DestinationRegion when Encrypted=true and KmsKeyId present", async () => {
// skipped due to ISOB failing DNS lookup
xit("in us-isob-east-1, serializes PSU and DestinationRegion when Encrypted=true and KmsKeyId present", async () => {
const client = new EC2({
region: "us-isob-east-1",
});
Expand Down

0 comments on commit 86b432c

Please sign in to comment.