Re-enable notebook smoke suite

For #126371

This single test passes for me. Will look at re-enabling individual tests next
This commit is contained in:
Matt Bierner 2021-12-10 17:01:02 -08:00
parent 66b6adf035
commit 02c3551a59
No known key found for this signature in database
GPG key ID: 099C331567E11888

View file

@ -8,7 +8,7 @@ import { Application, Logger } from '../../../../automation';
import { installAllHandlers } from '../../utils';
export function setup(logger: Logger) {
describe.skip('Notebooks', () => {
describe('Notebooks', () => {
// Shared before/after handling
installAllHandlers(logger);