Skip to content

Commit

Permalink
Updates tests
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
  • Loading branch information
DarshitChanpura committed Dec 15, 2023
1 parent d92d236 commit 56fce48
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/os-cluster.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ test('Test Resources with security enabled multi-node with existing Vpc with use
const app = new App({
context: {
securityDisabled: false,
adminPassword: "myStrongPassword123!",
minDistribution: false,
distributionUrl: 'www.example.com',
cpuArch: 'x64',
Expand Down Expand Up @@ -166,7 +165,6 @@ test('Test Resources with security enabled single-node cluster', () => {
const app = new App({
context: {
securityDisabled: false,
adminPassword: "myStrongPassword123!",
minDistribution: false,
distributionUrl: 'www.example.com',
cpuArch: 'x64',
Expand Down Expand Up @@ -222,7 +220,6 @@ test('Throw error on wrong cpu arch to instance mapping', () => {
const app = new App({
context: {
securityDisabled: false,
adminPassword: "myStrongPassword123!",
minDistribution: false,
distributionUrl: 'www.example.com',
cpuArch: 'arm64',
Expand Down Expand Up @@ -257,7 +254,6 @@ test('Throw error on ec2 instance outside of enum list', () => {
const app = new App({
context: {
securityDisabled: false,
adminPassword: "myStrongPassword123!",
minDistribution: false,
distributionUrl: 'www.example.com',
cpuArch: 'x64',
Expand Down Expand Up @@ -432,7 +428,6 @@ test('Throw error on unsupported ebs volume type', () => {
const app = new App({
context: {
securityDisabled: false,
adminPassword: "myStrongPassword123!",
minDistribution: false,
distributionUrl: 'www.example.com',
cpuArch: 'x64',
Expand Down

0 comments on commit 56fce48

Please sign in to comment.