Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Navarro Perez <[email protected]>
  • Loading branch information
ajnavarro committed May 13, 2024
1 parent a3b01f4 commit d4ad4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnovm/tests/package_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestPackages(t *testing.T) {
for _, pkgPath := range pkgPaths {
testDir := testDirs[pkgPath]
t.Run(pkgPath, func(t *testing.T) {
t.Skip("almost any new packag is failing. Ignoring this test for now until we find a solution for this.")
t.Skip("almost any new package is failing. Ignoring this test for now until we find a solution for this.")

if pkgPath == "gno.land/p/demo/avl" {
t.Skip("package failing")
Expand Down

0 comments on commit d4ad4da

Please sign in to comment.