docs(aio): Fix failing upgrade-module tests (#23234)

PR Close #23234
This commit is contained in:
Brandon Roberts
2018-04-15 22:07:42 -05:00
committed by Jason Aden
parent 08f447ceec
commit 0035d41030
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,7 @@
import { browser, element, by } from 'protractor';
// TODO: Fix failing tests
xdescribe('Upgrade Tests', function () {
describe('Upgrade Tests', function () {
beforeAll(function () {
// Set protractor to hybrid mode.