Skip to content

Commit 5b83fd4

Browse files
committed
Disable linux_rpm on Evergreen
1 parent d13cbbe commit 5b83fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ functions:
698698
fi
699699
700700
if [[ "$IS_RHEL" == "true" ]]; then
701-
npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=linux_rpm --tests=time-to-first-query
701+
# npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=linux_rpm --tests=time-to-first-query
702702
npm run --unsafe-perm --workspace @mongodb-js/compass-smoke-tests start -- --package=linux_tar --tests=time-to-first-query
703703
fi
704704

0 commit comments

Comments
 (0)