@@ -600,6 +600,7 @@ func registerTPCHVec(r registry.Registry) {
600600 // https://github.com/cockroachdb/cockroach/issues/105968
601601 CompatibleClouds : registry .Clouds (spec .GCE , spec .Local ),
602602 Suites : registry .Suites (registry .Nightly ),
603+ Skip : "153489. uses ancient tpch fixture" ,
603604 Run : func (ctx context.Context , t test.Test , c cluster.Cluster ) {
604605 runTPCHVec (ctx , t , c , newTpchVecPerfTest (
605606 "sql.defaults.vectorize" , /* settingName */
@@ -617,6 +618,7 @@ func registerTPCHVec(r registry.Registry) {
617618 // https://github.com/cockroachdb/cockroach/issues/105968
618619 CompatibleClouds : registry .Clouds (spec .GCE , spec .Local ),
619620 Suites : registry .Suites (registry .Nightly ),
621+ Skip : "153489. uses ancient tpch fixture" ,
620622 Run : func (ctx context.Context , t test.Test , c cluster.Cluster ) {
621623 runTPCHVec (ctx , t , c , tpchVecDiskTest {})
622624 },
@@ -631,6 +633,7 @@ func registerTPCHVec(r registry.Registry) {
631633 // https://github.com/cockroachdb/cockroach/issues/105968
632634 CompatibleClouds : registry .Clouds (spec .GCE , spec .Local ),
633635 Suites : registry .Suites (registry .Nightly ),
636+ Skip : "153489. uses ancient tpch fixture" ,
634637 Run : func (ctx context.Context , t test.Test , c cluster.Cluster ) {
635638 runTPCHVec (ctx , t , c , newTpchVecPerfTest (
636639 "sql.distsql.use_streamer.enabled" , /* settingName */
@@ -649,6 +652,7 @@ func registerTPCHVec(r registry.Registry) {
649652 // https://github.com/cockroachdb/cockroach/issues/105968
650653 CompatibleClouds : registry .Clouds (spec .GCE , spec .Local ),
651654 Suites : registry .Suites (registry .Nightly ),
655+ Skip : "153489. uses ancient tpch fixture" ,
652656 Run : func (ctx context.Context , t test.Test , c cluster.Cluster ) {
653657 runTPCHVec (ctx , t , c , newTpchVecPerfTest (
654658 "sql.distsql.direct_columnar_scans.enabled" , /* settingName */
@@ -667,6 +671,7 @@ func registerTPCHVec(r registry.Registry) {
667671 // https://github.com/cockroachdb/cockroach/issues/105968
668672 CompatibleClouds : registry .Clouds (spec .GCE , spec .Local ),
669673 Suites : registry .Suites (registry .Nightly ),
674+ Skip : "153489. uses ancient tpch fixture" ,
670675 Run : func (ctx context.Context , t test.Test , c cluster.Cluster ) {
671676 p := newTpchVecPerfTest (
672677 "sql.distsql.direct_columnar_scans.enabled" , /* settingName */
0 commit comments