Skip to content

Commit 5044e87

Browse files
authored
Proto changes for unit tests definition (#2065)
* Proto changes for unit tests definition * Added property that allows disabling unit tests
1 parent 359e1a2 commit 5044e87

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

protos/core.proto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,15 @@ message Test {
266266

267267
// Generated.
268268
string file_name = 4;
269+
270+
bool disabled = 5;
271+
272+
repeated string tags = 6;
273+
274+
Target target = 7;
275+
Target canonical_target = 8;
276+
277+
repeated Target dependency_targets = 9;
269278
}
270279

271280
message Notebook {

0 commit comments

Comments
 (0)