@@ -37,24 +37,6 @@ func registerClearRange(r registry.Registry) {
3737 },
3838 })
3939 }
40- // Using a separate clearrange test on zfs instead of randomly
41- // using the same test, cause the Timeout might be different,
42- // and may need to be tweaked.
43- r .Add (registry.TestSpec {
44- Name : `clearrange/zfs/checks=true` ,
45- Owner : registry .OwnerStorage ,
46- // 5h for import, 120 for the test. The import should take closer
47- // to <3:30h but it varies.
48- Timeout : 5 * time .Hour + 120 * time .Minute ,
49- Cluster : r .MakeClusterSpec (10 , spec .CPU (16 ), spec .SetFileSystem (spec .Zfs )),
50- CompatibleClouds : registry .OnlyGCE ,
51- Suites : registry .Suites (registry .Nightly ),
52- EncryptionSupport : registry .EncryptionMetamorphic ,
53- Leases : registry .MetamorphicLeases ,
54- Run : func (ctx context.Context , t test.Test , c cluster.Cluster ) {
55- runClearRange (ctx , t , c , true /* checks */ )
56- },
57- })
5840}
5941
6042func runClearRange (ctx context.Context , t test.Test , c cluster.Cluster , aggressiveChecks bool ) {
0 commit comments