We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33ba43 commit a4511b2Copy full SHA for a4511b2
__tests__/esy-bash-tests.js
@@ -70,7 +70,7 @@ invocations.forEach((invocation) => {
70
expect(output.status).toBe(1)
71
})
72
73
- describe("--env: environment file", async () => {
+ describe.skip("--env: environment file", async () => {
74
it("loads an environment variable from environment file", async () => {
75
const environmentFilePath = path.join(os.tmpdir(), "env-file")
76
const environment = JSON.stringify({
0 commit comments