chetanmeh commented on a change in pull request #4559: Allow parameters to be
designated as init time properties
URL: https://github.com/apache/openwhisk/pull/4559#discussion_r315526279
##########
File path: tests/src/test/scala/actionContainers/BasicActionRunnerTests.scala
##########
@@ -260,6 +283,43 @@ trait BasicActionRunnerTests extends
ActionProxyContainerTestUtils {
})
}
+ it should s"export environment variables before initialization" in {
+ val config = testEnvPartition
+ if (!config.skipTest) {
Review comment:
How can we determine from test run results if some runtime supports a
specific feature or not? May be we throw a `TestPendingException` such that
test reports call them out as pending
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services