Skip to content

Commit

Permalink
Fix latency test on windows
Browse files Browse the repository at this point in the history
BUG=157812
TBR=briananderson@chromium.org

Review URL: https://codereview.chromium.org/11267032

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164080 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
gman@chromium.org committed Oct 25, 2012
1 parent 5968e67 commit 25da7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu/command_buffer/tests/gl_query_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ TEST_F(QueryTest, GetErrorBasic) {
EXPECT_EQ(static_cast<uint32>(GL_INVALID_ENUM), query_status);
}

TEST_F(QueryTest, LatencyQueryBasic) {
TEST_F(QueryTest, DISABLED_LatencyQueryBasic) {
EXPECT_TRUE(GLTestHelper::HasExtension(
"GL_CHROMIUM_command_buffer_latency_query"));

Expand Down

0 comments on commit 25da7a7

Please sign in to comment.