Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Lib
cloud
azure
OS Core Lib Azure
Commits
fddc6ee8
Commit
fddc6ee8
authored
Jan 12, 2021
by
Komal Makkar
Browse files
enabling the test
parent
4cfb05fd
Pipeline
#21300
failed with stages
in 48 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/test/java/org/opengroup/osdu/azure/servicebus/SubscriptionClientFactoryImplTest.java
View file @
fddc6ee8
...
@@ -99,7 +99,6 @@ public class SubscriptionClientFactoryImplTest {
...
@@ -99,7 +99,6 @@ public class SubscriptionClientFactoryImplTest {
}
}
@Test
@Test
@Disabled
public
void
should_return_client_when_partition_valid
()
throws
ServiceBusException
,
InterruptedException
{
public
void
should_return_client_when_partition_valid
()
throws
ServiceBusException
,
InterruptedException
{
SubscriptionClient
subscriptionClient
=
mock
(
SubscriptionClient
.
class
);
SubscriptionClient
subscriptionClient
=
mock
(
SubscriptionClient
.
class
);
SubscriptionClientFactoryImpl
subscriptionClientFactorySpy
=
Mockito
.
spy
(
subscriptionClientFactory
);
SubscriptionClientFactoryImpl
subscriptionClientFactorySpy
=
Mockito
.
spy
(
subscriptionClientFactory
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment