athena: Avoid initializaing chromeos::Network for tests.
Initializaing chromeos::Network triggers a whole bunch of things that are not necessary or useful in tests. So avoid initializing this subsystem, since none of the tests depend on it. Tests that do depend on this in the future should explicitly initialize this from SetUp(). This change brings down the runtime of athena_unittests significantly. BUG=412535 R=oshima@chromium.org Review URL: https://codereview.chromium.org/653853004 Cr-Commit-Position: refs/heads/master@{#300491}
Showing
Please register or sign in to comment