summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas O'Donnell <andytom@users.noreply.github.com>2020-01-09 01:22:42 +0100
committerKevin Song <chipbuster@users.noreply.github.com>2020-01-08 18:22:42 -0600
commit0879381bcd79b920d73c901d959a92b6ca3a57f8 (patch)
tree9880652acd537a60058a4766fc14ff59b3be4f6b /tests
parentf1b27f55727f66cbfe7fff4dfaecaa4b51f2cd55 (diff)
test: Ignore AWS tests that depend on the File System (#817)
Update AWS module tests to ignore the two tests that can fail if the `~/.aws/config` file exists.
Diffstat (limited to 'tests')
-rw-r--r--tests/testsuite/aws.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testsuite/aws.rs b/tests/testsuite/aws.rs
index cb31c4a77..d4d57335c 100644
--- a/tests/testsuite/aws.rs
+++ b/tests/testsuite/aws.rs
@@ -7,6 +7,7 @@ use tempfile;
use crate::common::{self, TestCommand};
#[test]
+#[ignore]
fn no_region_set() -> io::Result<()> {
let output = common::render_module("aws")
.env("PATH", env!("PATH"))
@@ -235,6 +236,7 @@ fn region_set_with_display_profile() -> io::Result<()> {
}
#[test]
+#[ignore]
fn region_not_set_with_display_region() -> io::Result<()> {
let output = common::render_module("aws")
.use_config(toml::toml! {