File tree Expand file tree Collapse file tree
packages/cursorless-vscode-e2e/src/suite Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { isLinux } from "@cursorless/node-common" ;
21import {
32 getCursorlessApi ,
43 openNewNotebookEditor ,
@@ -7,15 +6,9 @@ import {
76import assert from "assert" ;
87import { window } from "vscode" ;
98import { endToEndTestSetup } from "../endToEndTestSetup" ;
10- import { isCI } from "../isCI" ;
119
1210// Check that setSelection is able to focus the correct cell
1311suite ( "Cross-cell set selection" , async function ( ) {
14- // FIXME: This test is flaky on Linux CI, so we skip it there for now
15- if ( isCI ( ) && isLinux ( ) ) {
16- this . ctx . skip ( ) ;
17- }
18-
1912 endToEndTestSetup ( this ) ;
2013
2114 test ( "Cross-cell set selection" , runTest ) ;
@@ -37,7 +30,7 @@ async function runTest() {
3730 mark : {
3831 type : "decoratedSymbol" ,
3932 symbolColor : "default" ,
40- character : "o " ,
33+ character : "r " ,
4134 } ,
4235 } ,
4336 ] ,
You can’t perform that action at this time.
0 commit comments