-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure to Core 4.8.x #817
base: 5.9.x
Are you sure you want to change the base?
Azure to Core 4.8.x #817
Conversation
test testErrorHandlerWithFluxChunkedSignaledDelayedError fails
`io.micronaut.http.server.tck.tests.forms.FormsJacksonAnnotationsTest#httpClientFormSubmissionsDoesNotSupportJacksonAnnotations` test fails
...e-function-http/src/test/groovy/io/micronaut/azure/function/http/ParameterBindingSpec.groovy
Outdated
Show resolved
Hide resolved
@@ -32,6 +33,7 @@ class AzureLoggingSpec extends Specification { | |||
@Inject | |||
ApplicationConfiguration applicationConfiguration | |||
|
|||
@PendingFeature | |||
void 'test Azure logging'() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
passes for me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok it breaks when running all tests at the same time. the test just looks broken to me. it relies on AzureAppender being initialized only once, but if the appender was initialized in another test, it breaks.
|
No description provided.