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:
parent
df9da157de
commit
d71da24136
2 changed files with 10 additions and 11 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Reference in a new issue