test(ivy): run router/upgrade tests with ivy on CI (#27410)
PR Close #27410
This commit is contained in:

committed by
Alex Rickabaugh

parent
6552471c49
commit
0cf49c8de3
@ -7,6 +7,7 @@ ts_library(
|
||||
deps = [
|
||||
"//packages/common",
|
||||
"//packages/core/testing",
|
||||
"//packages/private/testing",
|
||||
"//packages/router",
|
||||
"//packages/router/upgrade",
|
||||
"//packages/upgrade/static",
|
||||
@ -15,9 +16,6 @@ ts_library(
|
||||
|
||||
ts_web_test_suite(
|
||||
name = "test_web",
|
||||
tags = [
|
||||
"fixme-ivy-aot",
|
||||
],
|
||||
deps = [
|
||||
":test_lib",
|
||||
],
|
||||
|
Reference in New Issue
Block a user