File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 5959 with :
6060 functionType : ' cloudevent'
6161 useBuildpacks : false
62- validateMapping : true
62+ validateMapping : false
6363 cmd : " 'functions-framework --source tests/conformance/async_main.py --target write_cloud_event --signature-type cloudevent --gateway asgi'"
6464
6565 - name : Run HTTP conformance tests declarative
7575 with :
7676 functionType : ' cloudevent'
7777 useBuildpacks : false
78- validateMapping : true
78+ validateMapping : false
7979 cmd : " 'functions-framework --source tests/conformance/async_main.py --target write_cloud_event_declarative --gateway asgi'"
8080
8181 - name : Run HTTP concurrency tests declarative
8686 validateConcurrency : true
8787 cmd : " 'functions-framework --source tests/conformance/async_main.py --target write_http_declarative_concurrent --gateway asgi'"
8888
89- # Note: Event (legacy) and Typed tests are not supported in ASGI mode
89+ # Note: Event (legacy) and Typed tests are not supported in ASGI mode
90+ # Note: validateMapping is set to false for CloudEvent tests because ASGI mode
91+ # does not support automatic conversion from legacy events to CloudEvents
You can’t perform that action at this time.
0 commit comments