Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
99484: ccl/multiregionccl: skip these tests just once r=matthewtodd a=matthewtodd Part of #98020. These tests were also skipped with datadriven language out in the testdata files in #99121, so let's remove the ad-hoc skips here. Confirming they're still skipped after this change: ``` …/cockroach (un-double-skip +) ./dev test -v pkg/ccl/multiregionccl/ -f=TestMultiRegionDataDriven/regional_by_table ... === RUN TestMultiRegionDataDriven/regional_by_table datadriven_test.go:129: [#98020] === CONT TestMultiRegionDataDriven datadriven_test.go:428: -- test log scope end -- --- PASS: TestMultiRegionDataDriven (0.00s) --- SKIP: TestMultiRegionDataDriven/regional_by_table (0.00s) ... ``` ``` …/cockroach (un-double-skip +) ./dev test -v pkg/ccl/multiregionccl/ -f=TestMultiRegionDataDriven/secondary_region ... === RUN TestMultiRegionDataDriven/secondary_region datadriven_test.go:129: [#98020] === CONT TestMultiRegionDataDriven datadriven_test.go:428: -- test log scope end -- --- PASS: TestMultiRegionDataDriven (0.00s) --- SKIP: TestMultiRegionDataDriven/secondary_region (0.00s) ... ``` Release note: None Co-authored-by: Matthew Todd <todd@cockroachlabs.com>
- Loading branch information