Skip to content

Commit 621c930

Browse files
committed
remove only
1 parent 3fbe2bc commit 621c930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/cli.exec.base.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export function describeTests1({ text, options }: BuildKitOption) {
210210
}
211211

212212
export function describeTests2({ text, options }: BuildKitOption) {
213-
213+
214214
describe('Dev Containers CLI', function () {
215215
this.timeout('300s');
216216

@@ -424,7 +424,7 @@ export function describeTests2({ text, options }: BuildKitOption) {
424424
await shellExec(`docker rm -f ${response.containerId}`);
425425
});
426426

427-
describe.only('Command exec with default workspace', () => {
427+
describe('Command exec with default workspace', () => {
428428
it('should fail gracefully when no config in current directory and no container-id', async () => {
429429
const tempDir = path.join(os.tmpdir(), 'devcontainer-exec-test-' + Date.now());
430430
await shellExec(`mkdir -p ${tempDir}`);

0 commit comments

Comments
 (0)