Skip to content

Commit

Permalink
SNOW-1728000 Code polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mbobowski committed Nov 7, 2024
1 parent 0678e19 commit ec51e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import org.mockito.Mockito;

@RunWith(Parameterized.class)
@Ignore
@Ignore("Test stucks in the CI after migration from prod to preprod")
public class DirectStreamingClientConcurrencyTest {
private Map<String, String> clientConfig;

Expand Down
2 changes: 1 addition & 1 deletion test/test_verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import time

import test_suit
from test_suit . test_utils import parsePrivateKey , RetryableError
from test_suit.test_utils import parsePrivateKey, RetryableError

from cloud_platform import CloudPlatform

Expand Down

0 comments on commit ec51e53

Please sign in to comment.