Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-ts committed Sep 29, 2023
1 parent 9f3124e commit 4d2cb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2etests/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func run(t *testing.T, tc testCase) {
}

layoutsTested := []string{"dagre"}
if !tc.justDagre && false {
if !tc.justDagre {
layoutsTested = append(layoutsTested, "elk")
}

Expand Down

0 comments on commit 4d2cb33

Please sign in to comment.