Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions tests/pr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,6 @@ func TestRunExistingResourcesInstances(t *testing.T) {
func TestENDefaultConfiguration(t *testing.T) {
t.Parallel()

t.Skip("Remove skip once this issue is resolved- https://github.ibm.com/GoldenEye/issues/issues/15657")

options := testaddons.TestAddonsOptionsDefault(&testaddons.TestAddonOptions{
Testing: t,
Prefix: "endeft",
Expand All @@ -514,7 +512,6 @@ func TestENDefaultConfiguration(t *testing.T) {

// TestDependencyPermutations runs dependency permutations for the Event Notifications and all its dependencies
func TestDependencyPermutations(t *testing.T) {
t.Skip("Remove skip once this issue is resolved- https://github.ibm.com/GoldenEye/issues/issues/15657")

options := testaddons.TestAddonsOptionsDefault(&testaddons.TestAddonOptions{
Testing: t,
Expand Down