Skip to content

Commit

Permalink
fix: flaky type registry test (#1605)
Browse files Browse the repository at this point in the history
Fixes #1580

It seemed like the test was just wrong, so I updated it. I ran it a
bunch locally and it seemed ok 🤷
  • Loading branch information
wesbillman authored May 30, 2024
1 parent 7fe3075 commit f2597eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion buildengine/build_go_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ func TestGoModVersion(t *testing.T) {
}

func TestGeneratedTypeRegistry(t *testing.T) {
t.Skip("FLAKY")
if testing.Short() {
t.Skipf("skipping test in non-short mode")
}
Expand Down
9 changes: 0 additions & 9 deletions buildengine/testdata/type_registry_main.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f2597eb

Please sign in to comment.