Skip to content

Commit

Permalink
Re-enable E2E tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsannas committed May 3, 2024
1 parent dbbed32 commit c232dd6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
*/
package com.google.cloud.firestore.it;

import org.junit.Ignore;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;

@Ignore
@RunWith(JUnit4.class)
public class ITE2ETracingTestGlobalOtel extends ITE2ETracingTest {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
*/
package com.google.cloud.firestore.it;

import org.junit.Ignore;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;

@Ignore
@RunWith(JUnit4.class)
public class ITE2ETracingTestNonGlobalOtel extends ITE2ETracingTest {
@Override
Expand Down

0 comments on commit c232dd6

Please sign in to comment.