You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cleanup: Run force_svg_data_source_test only once. (#5955)
force_svg_data_source_test.ts is run multiple times in our test suite.
We want to run it only one time.
It gets run multiple times because it is grouped with
tensorboard/webapp/feature_flag/testing.ts in the same tf_ts_library and
thus is accidentally depended on by multiple karma test suite targets.
This change refactors force_svg_data_source_test.ts into its own
tf_ts_library and changes tensorboard/webapp/feature_flag:karma_test to
explicitly depend on that library. Thus the
force_svg_data_source_test.ts is run exactly once as part of feature
flag tests.
0 commit comments