ci: fix bad merge

This commit is contained in:
Miško Hevery 2019-02-13 14:57:12 -08:00
parent e2b3be87cb
commit 1cc74eaece

View File

@ -34,6 +34,10 @@ const fixmeIvyExamples = [
'i18n'
];
if (argv.ivy) {
IGNORED_EXAMPLES.push(...fixmeIvyExamples);
}
/**
* Run Protractor End-to-End Tests for Doc Samples
*