Skip to content

Commit

Permalink
chore: add systemMemoryInfo unstable diagnostic (#7435)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato authored Sep 12, 2020
1 parent 95db324 commit d048f58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cli/diagnostics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const UNSTABLE_DENO_PROPS: &[&str] = &[
"startTls",
"symlink",
"symlinkSync",
"systemMemoryInfo",
"transpileOnly",
"umask",
"utime",
Expand Down
2 changes: 2 additions & 0 deletions cli/tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,9 @@ fn upgrade_with_space_in_path() {
}

// Warning: this test requires internet access.
// TODO(#7412): reenable. test is flaky
#[test]
#[ignore]
fn upgrade_with_version_in_tmpdir() {
let temp_dir = TempDir::new().unwrap();
let exe_path = temp_dir.path().join("deno");
Expand Down

0 comments on commit d048f58

Please sign in to comment.