Skip to content

Commit

Permalink
Fix spring tests failed (#33607)
Browse files Browse the repository at this point in the history
* fix spring tests failed
* fix MySQL deployment failed
  • Loading branch information
Netyyyy committed Feb 22, 2023
1 parent dedd641 commit 6dba351
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Expand Up @@ -30,6 +30,6 @@ public class LoadConfigsTest {
public void sampleTest() {
assertEquals("Test", properties.getMessage());
assertEquals("From Key Vault", properties.getSecret());
assertTrue(env.getProperty("feature-management.featureManagement.Alpha", Boolean.class));
assertTrue(env.getProperty("feature-management.Alpha", Boolean.class));
}
}
Expand Up @@ -18,7 +18,7 @@

/**
* Disable this IT in China cloud, because it can't provision MySQL resource in China cloud with test subscription.
* This test will resume running after 2023-02-01 .
* This test will resume running after 2023-08-20 .
*/
@DisabledIfEnvironmentVariable(named = "AZURE_MYSQL_IT_SKIPRUNNING", matches = "skipRunning")
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.NONE)
Expand Down
Expand Up @@ -76,10 +76,10 @@
"description": "Geo-Redundant Backup setting"
}
},
// 2023-02-01 14:02:17
// 2023-08-20 17:01:38
"resourceStartTime": {
"type": "int",
"defaultValue": 1675231337
"defaultValue": 1692522098
},
"currentEpoch": {
"type": "int",
Expand Down

0 comments on commit 6dba351

Please sign in to comment.