Skip to content

Commit 6afb57e

Browse files
committed
revert test case samExecuableTest
1 parent d2c098a commit 6afb57e

File tree

1 file changed

+2
-5
lines changed
  • plugins/toolkit/jetbrains-core/tst/software/aws/toolkits/jetbrains/services/lambda/sam

1 file changed

+2
-5
lines changed

plugins/toolkit/jetbrains-core/tst/software/aws/toolkits/jetbrains/services/lambda/sam/SamExecutableTest.kt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class SamExecutableTest {
6161
logicalId = "FooResource",
6262
buildDir = buildDir,
6363
samOptions = SamOptions(
64-
buildInContainer = true
64+
buildInContainer = false
6565
)
6666
)
6767

@@ -73,10 +73,7 @@ class SamExecutableTest {
7373
"--template",
7474
"$templatePath",
7575
"--build-dir",
76-
"$buildDir",
77-
"--use-container",
78-
"--container-env-var",
79-
"Foo=Bar"
76+
"$buildDir"
8077
).joinToString(separator = " ")
8178
)
8279
}

0 commit comments

Comments
 (0)