We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80f4c4 commit dc4fe8bCopy full SHA for dc4fe8b
checks/migrator/checks/matching-feature-flags/src/matching_feature_flags.rs
@@ -8,6 +8,7 @@ pub mod test {
8
9
#[tokio::test]
10
#[tracing_test::traced_test]
11
+ #[ignore = "activate when runtime problems are solved"]
12
async fn test_matching_feature_flags() -> Result<(), anyhow::Error> {
13
// Form the migrator.
14
let mut movement_migrator = MovementMigrator::try_temp()?;
checks/migrator/checks/transacting/src/transacting.rs
@@ -9,6 +9,7 @@ pub mod test {
async fn test_transacting() -> Result<(), anyhow::Error> {
15
0 commit comments