Skip to content

Commit

Permalink
version v0.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cuhsat committed Jun 14, 2024
1 parent a91b3c2 commit 2a044f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/fmount/fmount_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ import (
func TestMain(m *testing.M) {
sys.Progress = nil

os.Exit(m.Run())
if len(os.Getenv("CI")) == 0 {
os.Exit(m.Run())
}
}

func TestMount(t *testing.T) {
Expand Down

0 comments on commit 2a044f0

Please sign in to comment.