Skip to content

Commit

Permalink
test: re-enable TestAwsCreatePodWithConfigMap
Browse files Browse the repository at this point in the history
The test for ConfigMap is passing, so let's re-enable it.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
  • Loading branch information
wainersm committed Jan 24, 2025
1 parent 047bc0e commit 69e89c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cloud-api-adaptor/test/e2e/aws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ func TestAwsCreateSimplePod(t *testing.T) {
}

func TestAwsCreatePodWithConfigMap(t *testing.T) {
t.Skip("Test not passing")
assert := NewAWSAssert()

DoTestCreatePodWithConfigMap(t, testEnv, assert)
Expand Down

0 comments on commit 69e89c5

Please sign in to comment.