Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb3b2354 authored by Derek Jedral's avatar Derek Jedral Committed by Automerger Merge Worker
Browse files

Merge "[Trust] Add test target for tablets." into tm-dev am: a4a4f42b am: a09c3f9c

parents 4d66e544 a09c3f9c
Loading
Loading
Loading
Loading
+13 −0
Original line number Original line Diff line number Diff line
@@ -11,5 +11,18 @@
        }
        }
      ]
      ]
    }
    }
  ],
  "trust-tablet": [
    {
      "name": "TrustTests",
      "options": [
        {
          "include-filter": "android.trust.test"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
  ]
}
}
 No newline at end of file
+13 −0
Original line number Original line Diff line number Diff line
@@ -11,5 +11,18 @@
          }
          }
        ]
        ]
      }
      }
    ],
    "trust-tablet": [
      {
        "name": "TrustTests",
        "options": [
          {
            "include-filter": "android.trust.test"
          },
          {
            "exclude-annotation": "androidx.test.filters.FlakyTest"
          }
        ]
      }
    ]
    ]
  }
  }
 No newline at end of file
+13 −0
Original line number Original line Diff line number Diff line
@@ -11,5 +11,18 @@
        }
        }
      ]
      ]
    }
    }
  ],
  "trust-tablet": [
    {
      "name": "TrustTests",
      "options": [
        {
          "include-filter": "android.trust.test"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
  ]
}
}
 No newline at end of file