blob: 9dcf4e592454a215721e5f8c36db19cb684ca52f [file] [log] [blame]
{
"presubmit": [
{
"name": "FrameworksCoreTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
},
{
"include-filter": "android.database.sqlite.SQLiteRawStatementTest"
}
],
"file_patterns": [
"(/|^)SQLiteRawStatement.java",
"(/|^)SQLiteDatabase.java",
"(/|^)SQLiteSession.java",
"(/|^)SQLiteConnection.java"
]
}
]
}