@@ -600,6 +600,7 @@ func registerTPCHVec(r registry.Registry) {
600
600
// https://github.com/cockroachdb/cockroach/issues/105968
601
601
CompatibleClouds : registry .Clouds (spec .GCE , spec .Local ),
602
602
Suites : registry .Suites (registry .Nightly ),
603
+ Skip : "153489. uses ancient tpch fixture" ,
603
604
Run : func (ctx context.Context , t test.Test , c cluster.Cluster ) {
604
605
runTPCHVec (ctx , t , c , newTpchVecPerfTest (
605
606
"sql.defaults.vectorize" , /* settingName */
@@ -617,6 +618,7 @@ func registerTPCHVec(r registry.Registry) {
617
618
// https://github.com/cockroachdb/cockroach/issues/105968
618
619
CompatibleClouds : registry .Clouds (spec .GCE , spec .Local ),
619
620
Suites : registry .Suites (registry .Nightly ),
621
+ Skip : "153489. uses ancient tpch fixture" ,
620
622
Run : func (ctx context.Context , t test.Test , c cluster.Cluster ) {
621
623
runTPCHVec (ctx , t , c , tpchVecDiskTest {})
622
624
},
@@ -631,6 +633,7 @@ func registerTPCHVec(r registry.Registry) {
631
633
// https://github.com/cockroachdb/cockroach/issues/105968
632
634
CompatibleClouds : registry .Clouds (spec .GCE , spec .Local ),
633
635
Suites : registry .Suites (registry .Nightly ),
636
+ Skip : "153489. uses ancient tpch fixture" ,
634
637
Run : func (ctx context.Context , t test.Test , c cluster.Cluster ) {
635
638
runTPCHVec (ctx , t , c , newTpchVecPerfTest (
636
639
"sql.distsql.use_streamer.enabled" , /* settingName */
@@ -649,6 +652,7 @@ func registerTPCHVec(r registry.Registry) {
649
652
// https://github.com/cockroachdb/cockroach/issues/105968
650
653
CompatibleClouds : registry .Clouds (spec .GCE , spec .Local ),
651
654
Suites : registry .Suites (registry .Nightly ),
655
+ Skip : "153489. uses ancient tpch fixture" ,
652
656
Run : func (ctx context.Context , t test.Test , c cluster.Cluster ) {
653
657
runTPCHVec (ctx , t , c , newTpchVecPerfTest (
654
658
"sql.distsql.direct_columnar_scans.enabled" , /* settingName */
@@ -667,6 +671,7 @@ func registerTPCHVec(r registry.Registry) {
667
671
// https://github.com/cockroachdb/cockroach/issues/105968
668
672
CompatibleClouds : registry .Clouds (spec .GCE , spec .Local ),
669
673
Suites : registry .Suites (registry .Nightly ),
674
+ Skip : "153489. uses ancient tpch fixture" ,
670
675
Run : func (ctx context.Context , t test.Test , c cluster.Cluster ) {
671
676
p := newTpchVecPerfTest (
672
677
"sql.distsql.direct_columnar_scans.enabled" , /* settingName */
0 commit comments