Summary:
Two CI tests never pass because of the environment problem. Delete them.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4110
Differential Revision:
D8805713
Pulled By: siying
fbshipit-source-id:
6eb4813dc2094ee2045ec8ede7fe8967d546d6e8
command = [TEST_RUNNER, BUCK_BINS + test_bin]
)
-custom_unittest(
- name = "make_rocksdbjavastatic",
- command = ["internal_repo_rocksdb/make_rocksdbjavastatic.sh"],
- type = "simple",
-)
-
-custom_unittest(
- name = "make_rocksdb_lite_release",
- command = ["internal_repo_rocksdb/make_rocksdb_lite_release.sh"],
- type = "simple",
-)
command = [TEST_RUNNER, BUCK_BINS + test_bin]
)
-custom_unittest(
- name = "make_rocksdbjavastatic",
- command = ["internal_repo_rocksdb/make_rocksdbjavastatic.sh"],
- type = "simple",
-)
-
-custom_unittest(
- name = "make_rocksdb_lite_release",
- command = ["internal_repo_rocksdb/make_rocksdb_lite_release.sh"],
- type = "simple",
-)
"""