Skip to content

Commit 12802a7

Browse files
committed
All json tests are small tests
1 parent f833e9e commit 12802a7

File tree

1 file changed

+1
-5
lines changed
  • java/client/test/org/openqa/selenium/json

1 file changed

+1
-5
lines changed

java/client/test/org/openqa/selenium/json/BUCK

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
java_test(name = 'small-tests',
2-
srcs = [
3-
'BeanToJsonConverterTest.java',
4-
'JsonToBeanConverterTest.java',
5-
'JsonTest.java',
6-
],
2+
srcs = glob(['*.java']),
73
deps = [
84
'//java/client/src/org/openqa/selenium:selenium',
95
'//java/client/src/org/openqa/selenium/remote:remote',

0 commit comments

Comments
 (0)