Skip to content

Commit 8c0a543

Browse files
committed
Updating tests for new infrastructure
Author: Omar Elkhouly <omar.elkhouly@arm.com>
1 parent 6b4c1ac commit 8c0a543

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/integration-tests/config.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ describe('config', function () {
107107
});
108108

109109
it('can specify program via --config-frozen= using response file', async function () {
110+
if (isRemoteTest) {
111+
this.skip();
112+
}
110113
const config = { program: emptyProgram };
111114
const json = JSON.stringify(config);
112115
const jsonFile = tmp.fileSync();

0 commit comments

Comments
 (0)