Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Enable java-notification integration test #8742

Merged
merged 16 commits into from
Nov 10, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: Enable java-notification integration test
  • Loading branch information
burkedavison committed Nov 8, 2022
commit 4744ed3588b3ed9622030b9586f6c4904facd63f
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
import java.util.logging.Logger;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.Timeout;
Expand Down Expand Up @@ -95,7 +94,6 @@ private String formatForTest(String resourceName) {
return resourceName + "-" + NAME_SUFFIX;
}

@Ignore
@Test
public void testNotifications() {
// Use Pubsub to create a Topic.
Expand Down