Skip to content

Commit 4591fa9

Browse files
committed
restore idempotent test for e2e test
1 parent 81367cf commit 4591fa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2etest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func (e2eTestExecutor) Logger() logger.TestLogger {
5050
}
5151

5252
func RunE2ETest(t *testing.T, moduleRootPath, exampleRelativePath string, option terraform.Options, assertion func(*testing.T, TerraformOutput)) {
53-
initAndApplyAndIdempotentTest(t, moduleRootPath, exampleRelativePath, option, false, true, assertion, e2eTestExecutor{})
53+
initAndApplyAndIdempotentTest(t, moduleRootPath, exampleRelativePath, option, false, false, assertion, e2eTestExecutor{})
5454
}
5555

5656
func RunE2ETestWithOption(t *testing.T, moduleRootPath, exampleRelativePath string, testOption TestOptions) {

0 commit comments

Comments
 (0)