Skip to content

Commit

Permalink
remove arm arg
Browse files Browse the repository at this point in the history
  • Loading branch information
tjungblu committed Mar 11, 2024
1 parent 3d104a9 commit 616f98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/robustness/powerfailure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func TestRestartFromPowerFailureXFS(t *testing.T) {
du: 5 * time.Second,
mkfsOpt: "-m bigtime=1,finobt=1,rmapbt=0,reflink=1 -i sparse=1 -l lazy-count=1",
// openshift also supplies seclabel,relatime on RHEL, but that's not supported on our CI
fsMountOpt: "rw,attr2,inode64,logbufs=8,logbsize=32k,prjquota",
fsMountOpt: "rw,attr2,inode64,logbsize=32k,prjquota",
useFailpoint: true,
},
} {
Expand Down

0 comments on commit 616f98f

Please sign in to comment.