Skip to content

Commit

Permalink
test(exec): dont skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Aug 29, 2023
1 parent 8754b12 commit 3a352f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/unit/ExecTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ export default class ExecTest {

@Test()
public async shouldBeAbleToExecuteACommandInTheVMAndGetTheStdout({ assert }: Context) {
if (Is.Windows()) {
return
}

const { stdout } = await Exec.command('ls')

assert.isTrue(stdout.includes('README.md'))
Expand Down

0 comments on commit 3a352f7

Please sign in to comment.