From fc63243801d60135db84af7abb24eb6970ab7e7b Mon Sep 17 00:00:00 2001 From: Katie Knister Date: Fri, 10 Apr 2015 14:08:43 -0700 Subject: [PATCH] Added todo for oom integration test --- integration/tests/api/event_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration/tests/api/event_test.go b/integration/tests/api/event_test.go index 5be22f68..c322493f 100644 --- a/integration/tests/api/event_test.go +++ b/integration/tests/api/event_test.go @@ -53,6 +53,8 @@ func TestStreamingEventInformationIsReturned(t *testing.T) { waitForStreamingEvent(containerId, "?deletion_events=true&stream=true", t, fm, info.EventContainerDeletion) waitForStaticEvent(containerId, "?creation_events=true", t, fm, info.EventContainerCreation) + //TODO: test for oom events + //waitForStaticEvent(containerId, "?oom_events=true", t, fm, info.EventOom) } func waitForStreamingEvent(containerId string, urlRequest string, t *testing.T, fm framework.Framework, typeEvent info.EventType) {