Added todo for oom integration test

This commit is contained in:
Katie Knister 2015-04-10 14:08:43 -07:00
parent 0caed52d0c
commit fc63243801

View File

@ -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) {