Skip to content

Commit

Permalink
test: integration tests for v4 should be activated with EXHORT_DEV_MO…
Browse files Browse the repository at this point in the history
…DE=true, as V4 multisource is not deployed yet to production

Signed-off-by: Zvi Grinberg <zgrinber@redhat.com>
  • Loading branch information
zvigrinberg committed Nov 5, 2023
1 parent d251ac6 commit 68c85e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/it/end-to-end.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ suite('Integration Tests', () => {


});
});
}).beforeAll(() => process.env["EXHORT_DEV_MODE"] = "true");

// suite('Developer Test End to End', () => {
// // let opts = {
Expand Down

0 comments on commit 68c85e5

Please sign in to comment.