Skip to content

Commit b7e6236

Browse files
remove only
1 parent a0943d9 commit b7e6236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/cli.build.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('Dev Containers CLI', function () {
6464
});
6565
});
6666

67-
it.only('should not use docker cache for features when `--no-cache` flag is passed', async () => {
67+
it('should not use docker cache for features when `--no-cache` flag is passed', async () => {
6868
// Arrange
6969
const testFolder = `${__dirname}/configs/image-with-features`;
7070
const devContainerJson = `${testFolder}/.devcontainer.json`;

0 commit comments

Comments
 (0)