Skip to content

Commit

Permalink
Exclude test from oss runs
Browse files Browse the repository at this point in the history
Summary: This test relies on test data that we don't want to open source, let's just disable the test in oss.

Differential Revision: D65574547

fbshipit-source-id: 0e7b342b31ebdc0b634fed805c79f684a6c62722
  • Loading branch information
Georges Berenger authored and facebook-github-bot committed Nov 7, 2024
1 parent 65a5bba commit f511a18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vrs/utils/test/ImageIndexerLoaderTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#include <vrs/utils/ImageLoader.h>
#include <vrs/utils/xxhash/xxhash.h>

#if IS_VRS_FB_INTERNAL()

using namespace std;
using namespace vrs;
using namespace vrs::utils;
Expand Down Expand Up @@ -96,3 +98,5 @@ TEST_F(ImageIndexerLoaderTest, ImageIndexerLoaderTest) {
EXPECT_EQ(loadFrameFromFile(*file, readImages[0], "jpg", 10323177114171200117ULL), 0);
EXPECT_EQ(loadFrameFromMemory(*file, readImages[0], "jpg", 10323177114171200117ULL), 0);
}

#endif

0 comments on commit f511a18

Please sign in to comment.