Skip to content

Commit e8332e8

Browse files
committed
supressing TestFunctionsInvokeFunctionResource_basic from http replay
1 parent f3b6a22 commit e8332e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

oci/functions_invoke_function_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ func createTmpSourceFile() (string, error) {
5454
}
5555

5656
func TestFunctionsInvokeFunctionResource_basic(t *testing.T) {
57+
if httpreplay.ModeRecordReplay() {
58+
t.Skip("Skipping TestFunctionsInvokeFunctionResource_basic in HttpReplay mode till json encoding is fixed.")
59+
}
60+
5761
httpreplay.SetScenario("TestFunctionsInvokeFunctionResource_basic")
5862
defer httpreplay.SaveScenario()
5963

0 commit comments

Comments
 (0)