Skip to content

Commit 20b082e

Browse files
mononoke/integration tests: blacklist 2 integration tests on OSS runs (#47)
Summary: Those are new tests that use functionality not compatible yet with OSS. Pull Request resolved: #47 Reviewed By: chadaustin Differential Revision: D23538921 Pulled By: lukaspiatkowski fbshipit-source-id: c512a1b2359f9ff772d0e66d2e6a66f91e00f95c
1 parent aa5f469 commit 20b082e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eden/mononoke/tests/integration/run_tests_getdeps.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"test-blobimport.t", # Case insensitivity of paths in MacOS
7777
"test-bookmarks-filler.t", # Probably missing binary
7878
"test-cmd-manual-scrub.t", # Just wrong outout
79+
"test-edenapi-server-commit-location-to-hash.t", # Missing eden/scm's commands
7980
"test-edenapi-server-commit-revlog-data.t", # Missing eden/scm's commands
8081
"test-edenapi-server-complete-trees.t", # Missing eden/scm's commands
8182
"test-edenapi-server-files.t", # Missing eden/scm's commands
@@ -118,6 +119,7 @@
118119
"test-scs-list-bookmarks.t", # Missing SCS_SERVER
119120
"test-scs-log.t", # Missing SCS_SERVER
120121
"test-scs-lookup.t", # Missing SCS_SERVER
122+
"test-scs-modify-bookmarks.t", # Missing SCS_SERVER
121123
"test-scs-x-repo.t", # Missing SCS_SERVER
122124
"test-scs.t", # Missing SCS_SERVER
123125
"test-server.t", # Returns different data in OSS

0 commit comments

Comments
 (0)