test(ivy): add root cause for failing component-styles docs e2e tests (#28760)

PR Close #28760
This commit is contained in:
Marc Laval 2019-02-15 16:43:48 +01:00 committed by Misko Hevery
parent fdca0013d5
commit 3c7ce823a3

View File

@ -21,7 +21,7 @@ const IGNORED_EXAMPLES = [
]; ];
const fixmeIvyExamples = [ const fixmeIvyExamples = [
// fixmeIvy('unknown') failed content projection and applied styles // fixmeIvy('FW-1069: ngtsc does not support inline <style> and <link>')
'component-styles', 'component-styles',
// fixmeIvy('unknown') app fails at runtime due to missing external service (goog is undefined) // fixmeIvy('unknown') app fails at runtime due to missing external service (goog is undefined)
'i18n' 'i18n'