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 3bade4f
Show file tree
Hide file tree
Showing 3 changed files with 898 additions and 172 deletions.
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
Loading

0 comments on commit 3bade4f

Please sign in to comment.