Skip to content

Commit 4b68116

Browse files
committed
fix: add into category for e2e snapshot test
1 parent 174ea25 commit 4b68116

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

packages/cli-repl/webpack.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@ const config = {
8787
'commonjs2 ../build/Release/mongocrypt.node',
8888
'../build/Debug/mongocrypt.node':
8989
'commonjs2 ../build/Debug/mongocrypt.node',
90-
'../build/Release/native_machine_id.node':
91-
'commonjs2 ../build/Release/native_machine_id.node',
92-
'../build/Debug/native_machine_id.node':
93-
'commonjs2 ../build/Debug/native_machine_id.node',
94-
'./build/Release/native_machine_id.node':
95-
'commonjs2 ./build/Release/native_machine_id.node',
9690
},
9791

9892
externalsPresets: {

packages/e2e-tests/test/e2e-snapshot.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ describe('e2e snapshot support', function () {
144144
);
145145
verifyAllInCategoryMatch(
146146
'nodb-eval',
147-
/^node_modules\/(kerberos|mongodb-client-encryption|glibc-version|@mongodb-js\/devtools-proxy-support|@mongodb-js\/socksv5|agent-base|(win|macos)-export-certificate-and-key|@tootallnate\/quickjs-emscripten)\//
147+
/^node_modules\/(kerberos|native-machine-id|mongodb-client-encryption|glibc-version|@mongodb-js\/devtools-proxy-support|@mongodb-js\/socksv5|agent-base|(win|macos)-export-certificate-and-key|@tootallnate\/quickjs-emscripten)\//
148148
);
149149
if (process.arch !== 's390x') {
150150
// quickjs is in the list above but should be exlucded anywhere but on s390x

0 commit comments

Comments
 (0)