disable nb smoke tests (#14365)

This commit is contained in:
Lucy Zhang
2021-02-19 10:27:17 -08:00
committed by GitHub
parent fcd099dd64
commit 8727a8e97a

View File

@@ -6,7 +6,7 @@
import { Application } from '../../../../../automation';
export function setup() {
describe('Notebook', () => {
describe.skip('Notebook', () => {
it('can open new notebook, configure Python, and execute one cell', async function () {
const app = this.app as Application;