commit | 4ab4ff8becdcad802a8d7c4c59c45a1ab59a6ad9 | [log] [tgz] |
---|---|---|
author | Daniel Nishi <dhnishi@google.com> | Thu May 25 15:34:03 2017 -0700 |
committer | Daniel Nishi <dhnishi@google.com> | Thu May 25 15:34:03 2017 -0700 |
tree | eaae4e63b9030a7f172b16b4ae9aae3fe626843c | |
parent | a0d327a5acd4ec0145cc3d755fb0e8f219a7c5b2 [diff] |
Fix a flaky test. If a test with an initialized fake factory was run before this test, it passed. If it runs first, though, it would flake. By initializing the fake factory in the test, it shouldn't flake anymore. Change-Id: I3ecb7477b6b29d093059f01d5dc0124690fb15b3 Fixes: 62103876 Test: Robotests pass