Commit a403c5e7 authored by ginkage's avatar ginkage Committed by Commit bot

Re-enable and fix test.

BUG=405700

Review URL: https://codereview.chromium.org/887393002

Cr-Commit-Position: refs/heads/master@{#314526}
parent 921c2116
......@@ -47,10 +47,13 @@ ResultChecker.prototype = {
};
TEST_F('NetInternalsTest',
'DISABLED_netInternalsChromeOSViewStoreDebugLogs',
'netInternalsChromeOSViewStoreDebugLogs',
function() {
if (!cr.isChromeOS)
if (!cr.isChromeOS) {
testDone();
return;
}
// #chromeos-view-import-onc fails accessibility check.
this.runAccessibilityChecks = false;
NetInternalsTest.switchToView('chromeos');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment