Skip to content

Commit

Permalink
Disable AWS e2e tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpass99 committed Mar 11, 2023
1 parent 7033644 commit 5776884
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ jobs:
runs-on: ubuntu-latest
needs: [ compile, test ]
env:
POSEIDON_AWS_ENABLED: true
POSEIDON_AWS_ENABLED: false
POSEIDON_AWS_ENDPOINT: ${{ secrets.POSEIDON_AWS_ENDPOINT }}
POSEIDON_AWS_FUNCTIONS: ${{ secrets.POSEIDON_AWS_FUNCTIONS }}
POSEIDON_AWS_FUNCTIONS: ""
POSEIDON_NOMAD_DISABLEFORCEPULL: true
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/environments_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"time"
)

var isAWSEnvironment = []bool{false, true}
var isAWSEnvironment = []bool{false}

func TestCreateOrUpdateEnvironment(t *testing.T) {
path := helpers.BuildURL(api.BasePath, api.EnvironmentsPath, tests.AnotherEnvironmentIDAsString)
Expand Down

0 comments on commit 5776884

Please sign in to comment.