tests: channel shorts: dont fetch more pages

In some cases YouTube does not return a continuation response when fetching the *Shorts* channel tab.
There should be more research done about this issue, for the moment this part of the test is disabled.
This commit is contained in:
ThetaDev 2024-02-13 17:53:38 +01:00
parent df9da157de
commit d71da24136
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
2 changed files with 10 additions and 11 deletions

View file

@ -32,11 +32,7 @@ pub enum ABTest {
ChannelPageHeader = 12,
}
const TESTS_TO_RUN: [ABTest; 3] = [
ABTest::TrendsVideoTab,
ABTest::TrendsPageHeaderRenderer,
ABTest::DiscographyPage,
];
const TESTS_TO_RUN: [ABTest; 1] = [ABTest::ChannelPageHeader];
#[derive(Debug, Serialize, Deserialize)]
pub struct ABTestRes {