mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 08:58:34 -04:00
skip flaky test (#36540)
This commit is contained in:
parent
95d6c3da41
commit
85db2264db
1 changed files with 1 additions and 0 deletions
|
|
@ -2487,6 +2487,7 @@ Success! 2 passed, 0 failed.
|
|||
}
|
||||
|
||||
func TestTest_InvalidConfig(t *testing.T) {
|
||||
t.Skip("TODO(dsa0x): Unable to reproduce this flakiness locally, skipping for now. Need to investigate or remove.")
|
||||
td := t.TempDir()
|
||||
testCopyDir(t, testFixturePath(path.Join("test", "invalid_config")), td)
|
||||
defer testChdir(t, td)()
|
||||
|
|
|
|||
Loading…
Reference in a new issue