Skip to content

Commit c696cfc

Browse files
Change hat
1 parent dcd3135 commit c696cfc

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

packages/cursorless-vscode-e2e/src/suite/crossCellsSetSelection.vscode.test.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { isLinux } from "@cursorless/node-common";
21
import {
32
getCursorlessApi,
43
openNewNotebookEditor,
@@ -7,15 +6,9 @@ import {
76
import assert from "assert";
87
import { window } from "vscode";
98
import { endToEndTestSetup } from "../endToEndTestSetup";
10-
import { isCI } from "../isCI";
119

1210
// Check that setSelection is able to focus the correct cell
1311
suite("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
],

0 commit comments

Comments
 (0)